- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Incorrect processing of list and next block of code #146
Comments
I can't reproduce this at all:
How are you calling Commonmarker? |
test with |
See here: This is hard to avoid. |
Given that this is an issue in the core Commonmark, I would suggest you work with them to address it, @amshkv. Since this is only a Ruby wrapper to that C library there's not much we can do, as we don't want to deviate from their implementation. |
Hi. i have next sample:
and i get
=> " - simple list item\n - simple list item\n\n<!-- end list -->\n\n
java\nimport\n\n"
if you insert any text or separator the problem goes away
" - simple list item\n - simple list item\n\nasdf\n\n``` java\nimport\n```\n"
can be removed somehow
<!-- end list -->
coment without adding other blocks?The text was updated successfully, but these errors were encountered: