Skip to content

Commit

Permalink
update vditor to 3.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nicejade committed Jun 7, 2022
1 parent ff56c27 commit af9f7e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash.clonedeep": "^4.5.0",
"register-service-worker": "^1.0.0",
"reveal.js": "^3.8.0",
"vditor": "3.4.6",
"vditor": "3.8.15",
"vue": "^2.5.17",
"vue-meta": "^2.2.2",
"vue-router": "^3.1.3"
Expand Down
11 changes: 0 additions & 11 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
<meta name="twitter:title" content="Arya - 在线 Markdown 编辑器" />
<meta name="twitter:description" content="Arya,是一款基于 Vue、Vditor,为未来而构建的在线 Markdown 编辑器;轻量且强大:内置粘贴 HTML 自动转换为 Markdown,支持流程图、甘特图、时序图、任务列表,可导出携带样式的图片、PDF、微信公众号特制的 HTML 等等。" />
<meta name="twitter:image" content="https://image.nicelinks.site/markdown.png" />
<!-- compatible [[email protected]] Lute Asynchronous Request -->
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/lute/lute.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/katex/katex.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/highlight.js/highlight.pack.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/mermaid/mermaid.min.js"></script>
<script>
window.Lute = window.Lute || {}
window.hljs = window.hljs || {}
</script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vditor/dist/index.css" />

<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9895,9 +9895,10 @@ vary@~1.1.2:
version "1.1.2"
resolved "https://r.cnpmjs.org/vary/download/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

[email protected]:
version "3.4.6"
resolved "https://registry.npmjs.org/vditor/-/vditor-3.4.6.tgz#b9a36f1004ef63cad3fe2ae811d5259e1e6c3874"
[email protected]:
version "3.8.15"
resolved "https://registry.yarnpkg.com/vditor/-/vditor-3.8.15.tgz#de340bdaa33264e7a5c303d9e97dd99fd043fec9"
integrity sha512-BYSBNUuhtvOfu1OU+NhS7R6TcrNP0UmQ8Vtbzq9BnLoG1uIHPZaTjtJIv00OPqHEcZa4KpR7mU+n9P+i+9SHuA==
dependencies:
diff-match-patch "^1.0.5"

Expand Down

0 comments on commit af9f7e8

Please sign in to comment.