-
Notifications
You must be signed in to change notification settings - Fork 385
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
Backslash escapes are ignored #136
Comments
👍 @vmg Please fix that! I can confirm that happens with the PD: Also, look at the icon and your username. |
@jgm About title attributes, I disagree about your example. This renders correctly:
But this doesn't:
Neither does this:
|
This should now be fully fixed in Hoedown's master. |
Sundown does not seem to recognize backslash escapes. This is a bug according to the official markdown syntax description. It also makes it difficult for authors to insert literal symbols when they need to.
http://johnmacfarlane.net/babelmark2/?normalize=1&text=%5C!%5Balt%5D(%2Furl)%0A
http://johnmacfarlane.net/babelmark2/?normalize=1&text=%5C%60not+code%60%0A%0A
http://johnmacfarlane.net/babelmark2/?normalize=1&text=*the+%5C*+character*%0A%0A
etc.
The text was updated successfully, but these errors were encountered: