Open
Description
Describe the bug
When running curlylint on a basic html template I noticed that the "<!doctype html>" was causing false positive Bad indentation and parent inline element issues. Once I commented out the "<!doctype html>" all tests passed.
Which terms did you search for in the documentation and issue tracker?
"<!doctype html>"
Notices other blogs were taking the same steps I did
Environment
Windows 2012R2
Curlylint ver => 0.13.0
Python ver 3.7.6
Steps to reproduce
(Write your steps here:)
- create a simple html doc with <!doctype html> tag
- add some html items
- test with tag in place then with out
Expected behavior
You should see different results based on the state of the <!doctype html> tag
Activity