Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Links with parens misrenders #374

Open
kusma opened this issue Feb 19, 2016 · 2 comments
Open

Links with parens misrenders #374

kusma opened this issue Feb 19, 2016 · 2 comments

Comments

@kusma
Copy link

kusma commented Feb 19, 2016

Example [Basic Multilingual Plane (BMP)](https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane)

GitHub:
Basic Multilingual Plane (BMP)

markdown-preview:
image

markdownlivepreview.com and dillinger.io agrees with GitHub, whereas tmpvar.com/markdown.html agrees with markdown-preview on this.

However, escaping the ending paren with ) doesn't work either, so it seems there's no way to preview links to pages with parens in their URL...

@lee-dohm
Copy link
Contributor

Replacing ( with %28 and ) with %29 fixes the issue.

@lee-dohm lee-dohm added the bug label Feb 19, 2016
@chrahunt
Copy link

This is related to markedjs/marked#690. In a related thread here there are some more alternatives you can try.

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

No branches or pull requests

4 participants