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

Can't render links with parentheses #248

Open
ooker777 opened this issue Feb 12, 2015 · 2 comments
Open

Can't render links with parentheses #248

ooker777 opened this issue Feb 12, 2015 · 2 comments

Comments

@ooker777
Copy link

For example, when I need to render this [Telex](http://en.wikipedia.org/wiki/Telex_(input_method)#Rules), it shows: Telex#Rules). Apparently this is not the fault of Markdown, since in GitHub here, it renders perfectly (Telex).

@adam-p
Copy link
Owner

adam-p commented Mar 12, 2015

Yes, this is a problem with the Markdown rendering library MDH uses: markedjs/marked#366

I'm planning to switch libraries soon, so hopefully this will be fixed then.

@adam-p
Copy link
Owner

adam-p commented Mar 12, 2015

There's a really clunky workaround: replace the closing parentheses inside the link with ).

So your example becomes:
[Telex](http://en.wikipedia.org/wiki/Telex_(input_method)#Rules)

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

No branches or pull requests

2 participants