We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Duplicate of #366.
Sorry, something went wrong.
No branches or pull requests
Given:
The parens aren't consumed in a greedy enough manner and the output is:
I would expect:
The text was updated successfully, but these errors were encountered: