feat(markdown-viewer): add new component

新增MarkdownViewer组件用于显示Markdown格式的富文本

close: #1181
This commit is contained in:
无木
2021-09-10 11:24:53 +08:00
parent 0bb9c035f7
commit 73dc492b2a
6 changed files with 82 additions and 10 deletions

View File

@@ -54,6 +54,7 @@
"print-js": "^1.6.0",
"qrcode": "^1.4.4",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^1.9.1",
"sortablejs": "^1.14.0",
"tinymce": "^5.9.2",
"vditor": "^3.8.6",
@@ -81,6 +82,7 @@
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.1",
"@types/qs": "^6.9.7",
"@types/showdown": "^1.9.4",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",