Environment information
Details
Using the playground
What happened?
Using the playground directly:
playground link
Parser errors on lowercase text 'html', for example after a <br> tag.
/main.html:5:1 parse βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Unexpected value or character.
3 β html elementti
4 β <br>
> 5 β html elementti
β ^^^^^^^^^^^^^^
> 6 β html
β ^^^^
7 β <br>
8 β html
βΉ Expected one of:
- element
- text
Expected result
Lowercase text 'html' should not throw an error.
Code of Conduct
Environment information
Details
Using the playgroundWhat happened?
Using the playground directly:
playground link
Parser errors on lowercase text 'html', for example after a <br> tag.
Expected result
Lowercase text 'html' should not throw an error.
Code of Conduct