You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what should be happening here is \ before any control-symbol turns it to a simple char, making < to an <, and since tag> is not a valid html – parser should leave it as text like it is with other things, like \# H1
source code
how it should be
how it is now
what should be happening here is
\
before any control-symbol turns it to a simple char, making<
to an<
, and sincetag>
is not a valid html – parser should leave it as text like it is with other things, like\# H1
test:
regular H1
# escaped H1
in fact, github has escape for EVERY punctuation symbol as an option: https://github.github.com/gfm/#example-296
/rel showdown#374
The text was updated successfully, but these errors were encountered: