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.