-
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
Does not Handle Markdown Escapes In Link Href #829
Comments
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
Dec 6, 2016
Fixes microsoft#14968 **Bug** Due to markedjs/marked#829, markdown escapes inside of links are currently not rendered properly. This also can effect regular text that contains characters that are escaped when we convert them to markdown text. **Fix** For links, remove markdown escapes before rendering them.
Related to #229. Must review escaping of special and not-special characters via backslashes in various parts of the document. Should take a look at the |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From microsoft/vscode#14968
Marked does not seem to properly handle markdown escapes inside of links. Only the link text itself is properly handled, the
title
andhref
are not:produces:
The text was updated successfully, but these errors were encountered: