-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No closing tag li and the problem with nested lists #62
Comments
I have the same issue, quick solution is paste in vscode an replace open tag with |
i have this issue as well. it is indeed easy to fix in a text editor, but it would be great to have it baked into the plugin! |
i'm guessing, but is the issue here? Line 1167 in 9b2ded3
|
I experienced this same issue. Only the last li closing tag is rendered. |
I believe this is fixed with recent changes. Please let us know if you see evidence of this bug still happening. |
Open and closing tags were rendered when I tested, thanks for fixing this! NB: the |
Can any of you link a doc (view permission is fine) that illustrates the nested list issue. I'm not following exactly what the problem is (and I don't think I have any test case that shows the problem yet). Thanks! |
Here is 2 problems:
<li>
have</li>
<li></li>
The text was updated successfully, but these errors were encountered: