Skip to content

Commit af9f7e8

Browse files
committed
update vditor to 3.8.15
1 parent ff56c27 commit af9f7e8

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lodash.clonedeep": "^4.5.0",
3333
"register-service-worker": "^1.0.0",
3434
"reveal.js": "^3.8.0",
35-
"vditor": "3.4.6",
35+
"vditor": "3.8.15",
3636
"vue": "^2.5.17",
3737
"vue-meta": "^2.2.2",
3838
"vue-router": "^3.1.3"

public/index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@
1313
<meta name="twitter:title" content="Arya - 在线 Markdown 编辑器" />
1414
<meta name="twitter:description" content="Arya,是一款基于 Vue、Vditor,为未来而构建的在线 Markdown 编辑器;轻量且强大:内置粘贴 HTML 自动转换为 Markdown,支持流程图、甘特图、时序图、任务列表,可导出携带样式的图片、PDF、微信公众号特制的 HTML 等等。" />
1515
<meta name="twitter:image" content="https://image.nicelinks.site/markdown.png" />
16-
<!-- compatible [[email protected]] Lute Asynchronous Request -->
17-
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/lute/lute.min.js"></script>
18-
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/katex/katex.min.js"></script>
19-
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/highlight.js/highlight.pack.js"></script>
20-
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/mermaid/mermaid.min.js"></script>
21-
<script>
22-
window.Lute = window.Lute || {}
23-
window.hljs = window.hljs || {}
24-
</script>
25-
26-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vditor/dist/index.css" />
2716

2817
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
2918
<!-- Global site tag (gtag.js) - Google Analytics -->

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9895,9 +9895,10 @@ vary@~1.1.2:
98959895
version "1.1.2"
98969896
resolved "https://r.cnpmjs.org/vary/download/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
98979897

9898-
9899-
version "3.4.6"
9900-
resolved "https://registry.npmjs.org/vditor/-/vditor-3.4.6.tgz#b9a36f1004ef63cad3fe2ae811d5259e1e6c3874"
9898+
9899+
version "3.8.15"
9900+
resolved "https://registry.yarnpkg.com/vditor/-/vditor-3.8.15.tgz#de340bdaa33264e7a5c303d9e97dd99fd043fec9"
9901+
integrity sha512-BYSBNUuhtvOfu1OU+NhS7R6TcrNP0UmQ8Vtbzq9BnLoG1uIHPZaTjtJIv00OPqHEcZa4KpR7mU+n9P+i+9SHuA==
99019902
dependencies:
99029903
diff-match-patch "^1.0.5"
99039904

0 commit comments

Comments
 (0)