Files
vscode/src
Matt Bierner 59ccb985cd Unescape Markdown Escapes inside of a link
Fixes #14968

**Bug**
Due to https://github.com/chjj/marked/issues/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.
2016-12-06 15:07:13 -08:00
..