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) => {