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
Not sure if this is a parsing bug, could anyone confirm?
Try the follow in http://demo.showdownjs.com/
<pre><code>test1</code></pre> a<pre><code>test2</code></pre>
And then
<pre><code>test1</code></pre> a<pre><code>test2 </code></pre>
The latter gets parsed wrong. Is that normal?
The text was updated successfully, but these errors were encountered:
Yes, this is a limitation of showdown's HTML pre-code block parser, for performance reasons.
I'm not sure if we can "fix" this without hindering performance too much. But I will leave it open and pending for v2.0
Sorry, something went wrong.
tivie
No branches or pull requests
Not sure if this is a parsing bug, could anyone confirm?
Try the follow in http://demo.showdownjs.com/
And then
The latter gets parsed wrong. Is that normal?
The text was updated successfully, but these errors were encountered: