Vanessa %!s(int64=5) %!d(string=hai) anos
pai
achega
158ce71445
Modificáronse 3 ficheiros con 4 adicións e 2 borrados
  1. 1 0
      CHANGELOG.md
  2. 3 2
      demo/index.js
  3. 0 0
      src/js/lute/lute.min.js

+ 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',

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
src/js/lute/lute.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio