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 Markdown:
# Hello World in C\# ...
... produces this HTML:
<h1>Hello World in C</h1> <p>…</p>
I would have expected the HTML to include the hash sign in the header, given that it is escaped according to the original MD syntax.
The text was updated successfully, but these errors were encountered:
Please always check the syntax for kramdown, which differs from the original one, at http://kramdown.gettalong.org/syntax.html.
As for the issue at hand: You are right, that is not handled properly and will be fixed - thanks for reporting!
Sorry, something went wrong.
Fixed incorrect omission of escaped hash sign at the end of atx heade…
73f98f4
…rs (fixes #164)
gettalong
No branches or pull requests
This Markdown:
... produces this HTML:
I would have expected the HTML to include the hash sign in the header, given that it is escaped according to the original MD syntax.
The text was updated successfully, but these errors were encountered: