diff --git a/shared/naturalcrit/markdown.js b/shared/naturalcrit/markdown.js index 0d5d67e09..a154d6631 100644 --- a/shared/naturalcrit/markdown.js +++ b/shared/naturalcrit/markdown.js @@ -228,6 +228,7 @@ const definitionLists = { Markdown.use({ extensions: [mustacheSpans, mustacheDivs, mustacheInjectInline, definitionLists] }); Markdown.use(mustacheInjectBlock); +Markdown.use({ smartypants: true }); //Fix local links in the Preview iFrame to link inside the frame renderer.link = function (href, title, text) {