mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 18:22:40 +00:00
Smartypants setting to show left and right quote marks.
This commit is contained in:
@@ -228,6 +228,7 @@ const definitionLists = {
|
|||||||
|
|
||||||
Markdown.use({ extensions: [mustacheSpans, mustacheDivs, mustacheInjectInline, definitionLists] });
|
Markdown.use({ extensions: [mustacheSpans, mustacheDivs, mustacheInjectInline, definitionLists] });
|
||||||
Markdown.use(mustacheInjectBlock);
|
Markdown.use(mustacheInjectBlock);
|
||||||
|
Markdown.use({ smartypants: true });
|
||||||
|
|
||||||
//Fix local links in the Preview iFrame to link inside the frame
|
//Fix local links in the Preview iFrame to link inside the frame
|
||||||
renderer.link = function (href, title, text) {
|
renderer.link = function (href, title, text) {
|
||||||
|
|||||||
Reference in New Issue
Block a user