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
This code block
def map "bla" > end
gets converted to
<pre><code>def map "bla" > end </code></pre
which should really be
<pre><code>def map "bla" > end </code></pre
The text was updated successfully, but these errors were encountered:
#983
Sorry, something went wrong.
Commonmark escapes quotes, markdown.pl doesn't: http://johnmacfarlane.net/babelmark2/?normalize=1&text=++++def+map%0A++++++%22bla%22+%3E%0A++++end
No branches or pull requests
This code block
gets converted to
which should really be
The text was updated successfully, but these errors were encountered: