-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
HTML comments are included in p tag #253
Comments
Is there any update on this one? I'm seeing my comments in the resulting HTML. Testing with:
Result: <p><!-- Test Comment -->
</p> |
Bump? |
+1 👍 |
+1 |
If you're sanitizing your input, it means you're not allowing html elements to be left as-is in the output. So why are you expecting Or maybe, you're trying to leave (invisible) comments in your markdown, but do not want to allow html in it. And that could be interesting too. |
When using
HTML comments will get included into a p tag and so be visible in the output!
The text was updated successfully, but these errors were encountered: