From b489d90d16e3abe1da5c899ced0c0417f6865427 Mon Sep 17 00:00:00 2001 From: aote777 <1540464777@qq.com> Date: Tue, 23 Nov 2021 17:17:45 +0800 Subject: [PATCH] cccccccccccccc --- demo.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo.html b/demo.html index d0c3229..e305b3f 100644 --- a/demo.html +++ b/demo.html @@ -105,14 +105,14 @@ function consoleLog(str) { // 启用checkbox的支持 tasklists: true, // 尝试巧妙地修复与缩进代码中间与 es6 模板字符串相关的缩进问题 - // smartIndentationFix: true, + smartIndentationFix: true, // 将换行符解析为
,行尾不需要2个空格 - // simpleLineBreaks: false, + simpleLineBreaks: true, // 反斜杠转义html - // backslashEscapesHTMLTags: true, + backslashEscapesHTMLTags: true, // 禁用将子列表缩进4个空格以使其嵌套的要求,有效地恢复到2或3个空格足够的旧行为 // disableforced4spacesindentedsublist: true, - // ghCodeBlocks: true, + ghCodeBlocks: true, }) // convert.setFlavor('github') document.querySelectorAll('.md-content').forEach((textarea, index) => {