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 characters are ignored in url's #229

Closed
hallatore opened this issue Aug 14, 2013 · 3 comments · Fixed by #1135
Closed

Escaped characters are ignored in url's #229

hallatore opened this issue Aug 14, 2013 · 3 comments · Fixed by #1135

Comments

@hallatore
Copy link

[Test](http://www.test.org/index.php/XSS_(Style\)_stuff)

See how this renders correctly here. The following results in <link>Test</link>_stuff when parsed by marked.js

@azhang
Copy link

azhang commented Apr 8, 2014

+1 I'm wondering this too

@mnpenner
Copy link

mnpenner commented Jul 1, 2014

They're also ignored in headers. e.g.,

### C\#

Generates

<h3 id="c-">C\</h3>

Instead of

<h3 id="c-">C#</h3>

@joshbruce
Copy link
Member

#984

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

Successfully merging a pull request may close this issue.

4 participants