forked from nicejade/markdown-online-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|