-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Link parsing not accepting closing ')' #109
Comments
This has been a problem for a while. I forgot about it for some reason. Back on the todo list. edit: testing GFM... http://en.wikipedia.org/wiki/Snapshot_(computer_storage) [test](http://en.wikipedia.org/wiki/Snapshot_(computer_storage\)) edit 2: GFM links handle the parenthesis, regular links do not without the backslash. |
I was trying to fix it but i'm not that good in regex so i failed 👎 |
See my comments to the related #102. |
angular/angular.js#6377 We're encountering this with angular and dgeni, it would be nice to fix this. Seems like this hasn't been poked at for a while. I'll see if I can hack together a fix tonight, that would be nice. The problem with this is, no matter what you do, you can still end up causing certain links to be invalid, there's no real good way to do this. But hmm. |
`marked` and `uglify-js` have several reported security issues in versions used by jade: - https://nodesecurity.io/advisories/module/marked - https://nodesecurity.io/advisories/module/uglify-js
When try to render a link with an ending ')' it is failing.
The result has the closing ')' is outside the link.
The text was updated successfully, but these errors were encountered: