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
Hi, this code
Some text >>> Info 1 text >>> Info 2 text
Is rendering as:
<blockquote> <blockquote> <blockquote> <p>Info 1 text</p> <p>Info 2 text</p> </blockquote> </blockquote> </blockquote>
Instead of:
<blockquote> <blockquote> <blockquote> <p>Info 1 text</p> </blockquote> </blockquote> </blockquote> <blockquote> <blockquote> <blockquote> <p>Info 2 text</p> </blockquote> </blockquote> </blockquote>
It doesn't happen in other parsers and seems buggy behaviour. Let me know if you need more details :)
The text was updated successfully, but these errors were encountered:
It doesn't happen in other parsers
that's not really true:
http://johnmacfarlane.net/babelmark2/?normalize=1&text=%3E+%3E+%3E+Info+1+text%0A%0A%3E+%3E+%3E+Info+2+text
Sorry, something went wrong.
Ok, it doesn't happen in this one
http://spec.commonmark.org/dingus/?text=%3E%20%3E%20%3E%20Info%201%20text%0A%0A%3E%20%3E%20%3E%20Info%202%20text
No branches or pull requests
Hi, this code
Is rendering as:
Instead of:
It doesn't happen in other parsers and seems buggy behaviour. Let me know if you need more details :)
The text was updated successfully, but these errors were encountered: