HTML tag immediately after list item, bug or working as expected? #3437
Labels
category: lists
L2 - annoying
Similar to L1 - broken but there is a known workaround available for the issue
Marked version:
14
Describe the bug
When using a html tag immediately after a list item without a new line, the rendered HTML is invalid
To Reproduce
marked demo
generates
As you can see here the
<div>
tag is closed by the</li>
before the closing div tagExpected behavior
Here is a demo from the marked-it lib. Still doesn't do everything perfectly but at least generates valid html?
marked-it demo
The text was updated successfully, but these errors were encountered: