Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Links with parens don't display properly #448

Closed
philjackson opened this issue Jul 15, 2014 · 1 comment
Closed

Links with parens don't display properly #448

philjackson opened this issue Jul 15, 2014 · 1 comment

Comments

@philjackson
Copy link

Given:

[MOTD](http://en.wikipedia.org/wiki/Motd_(Unix)) API

The parens aren't consumed in a greedy enough manner and the output is:

<a href="http://en.wikipedia.org/wiki/Motd_(Unix">MOTD</a>) API.

I would expect:

<a href="http://en.wikipedia.org/wiki/Motd_(Unix)">MOTD</a> API.
@scottgonzalez
Copy link
Contributor

Duplicate of #366.

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

No branches or pull requests

2 participants