mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09: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,
|
html: VMarkdownitOption.html,
|
||||||
breaks: VMarkdownitOption.breaks,
|
breaks: VMarkdownitOption.breaks,
|
||||||
linkify: VMarkdownitOption.linkify,
|
linkify: VMarkdownitOption.linkify,
|
||||||
typographer: true,
|
typographer: false,
|
||||||
langPrefix: 'lang-',
|
langPrefix: 'lang-',
|
||||||
highlight: function(str, lang) {
|
highlight: function(str, lang) {
|
||||||
if (lang && !specialCodeBlock(lang)) {
|
if (lang && !specialCodeBlock(lang)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user