mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
59ccb985cd
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.