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

Invalid link parsing with right parenthesis #375

Open
pbakondy opened this issue Dec 28, 2015 · 1 comment
Open

Invalid link parsing with right parenthesis #375

pbakondy opened this issue Dec 28, 2015 · 1 comment

Comments

@pbakondy
Copy link

source:

https://en.wikipedia.org/wiki/Calculator_(Windows)

parsed:

<p><a href="https://en.wikipedia.org/wiki/Calculator_(Windows">https://en.wikipedia.org/wiki/Calculator_(Windows</a>)</p>

expected:

<p><a href="https://en.wikipedia.org/wiki/Calculator_(Windows)">https://en.wikipedia.org/wiki/Calculator_(Windows)</a></p>
@segdeha
Copy link

segdeha commented May 24, 2020

This still appears to be a problem, at least when the paragraph in question is italicized.

image

Rendered HTML:

image

Here is the Markdown:

image

This case is correctly handled by MacDown:

image

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

3 participants