Browse Source

markdown-it: turn off typographer

Le Tan 7 years ago
parent
commit
11e111ed7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/resources/markdown-it.js

+ 1 - 1
src/resources/markdown-it.js

@@ -41,7 +41,7 @@ var mdit = window.markdownit({
     html: VMarkdownitOption.html,
     breaks: VMarkdownitOption.breaks,
     linkify: VMarkdownitOption.linkify,
-    typographer: true,
+    typographer: false,
     langPrefix: 'lang-',
     highlight: function(str, lang) {
         if (lang && !specialCodeBlock(lang)) {