mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
markdown-it: turn off typographer
This commit is contained in:
parent
8e81742b90
commit
11e111ed7b
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user