We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Originated in this discussion: https://talk.commonmark.org/t/list-block-and-html-block-interaction-help/3777)
Input:
- <script> - foo bar </script>
Expected output:
<ul> <li><script> </li> <li>foo bar </script></li> </ul>
Actual output:
<ul> <li><script> </li> </ul> <p>bar </script></p>
(the line with "foo" disappears)
The text was updated successfully, but these errors were encountered:
fd7b5fe
No branches or pull requests
(Originated in this discussion: https://talk.commonmark.org/t/list-block-and-html-block-interaction-help/3777)
Input:
Expected output:
Actual output:
(the line with "foo" disappears)
The text was updated successfully, but these errors were encountered: