1
0
Vanessa 5 жил өмнө
parent
commit
158ce71445

+ 1 - 0
CHANGELOG.md

@@ -88,6 +88,7 @@
 
 ### v3.7.4 / 2020-12-xx
 
+* [866](https://github.com/Vanessa219/vditor/issues/866) 预览配置开启自动空格后,链接中有中文,无法正常解析 `改进功能`
 * [868](https://github.com/Vanessa219/vditor/issues/868) 将 Markdown 引擎选项拆分为解析选项和渲染选项 `改进功能`
 * [869](https://github.com/Vanessa219/vditor/issues/869) 移除 options.preview.markdown. chinesePunct 配置 `开发重构`
 * 文档修改

+ 3 - 2
demo/index.js

@@ -50,8 +50,8 @@ if (window.innerWidth < 768) {
 }
 
 window.vditor = new Vditor('vditor', {
-  // _lutePath: `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`,
-  _lutePath: 'src/js/lute/lute.min.js',
+  _lutePath: `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`,
+  // _lutePath: 'src/js/lute/lute.min.js',
   toolbar,
   mode: 'wysiwyg',
   height: window.innerHeight + 100,
@@ -64,6 +64,7 @@ window.vditor = new Vditor('vditor', {
       toc: true,
       mark: true,
       footnotes: true,
+      autoSpace: true,
     },
     math: {
       engine: 'KaTeX',

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
src/js/lute/lute.min.js


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно