Commit Graph

9 Commits

Author SHA1 Message Date
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
Alex Dima
73d151d7ce Adopt TypeScript's readonly in editor API 2016-10-23 09:24:25 +02:00
Johannes Rieken
6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Martin Aeschlimann
4e235375cd htmlContent.textToMarkedString: Convert plainText to MarkedString 2016-09-07 16:37:35 +02:00
Johannes Rieken
31d1692155 use string concat and rename escape trick to signal that it creates a code block, #10939 2016-08-25 16:57:58 +02:00
Martin Aeschlimann
51f2d539a6 Use MarkedString insetad of HTMLContentElement 2016-06-24 10:23:50 +02:00
Alex Dima
9a4d2bf43d Fixes #4317: Compare all properties of IHTMLContentElement for equals check 2016-03-17 09:15:28 +01:00
Johannes Rieken
04643f8788 first steps in supporting markdown preview 2016-01-25 10:28:40 +01:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00