Skip to content
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

Escaped hash sign at end of header is ignored #164

Closed
akoeplinger opened this issue Aug 28, 2014 · 1 comment
Closed

Escaped hash sign at end of header is ignored #164

akoeplinger opened this issue Aug 28, 2014 · 1 comment
Assignees
Labels

Comments

@akoeplinger
Copy link

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.

@gettalong gettalong self-assigned this Aug 29, 2014
@gettalong gettalong added the bug label Aug 29, 2014
@gettalong
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants