0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Smartypants setting to show left and right quote marks.

This commit is contained in:
Trevor Buckner
2021-07-28 23:55:22 -04:00
parent 4e2a3cc5be
commit 8bd09e58cb

View File

@@ -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) {