feat: support more markdown syntaxes

closes #102, partial #40
This commit is contained in:
三咲智子 2022-11-26 04:19:45 +08:00
parent adf8c5cc1e
commit c9ae7cf942
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
4 changed files with 62 additions and 10 deletions

View file

@ -34,6 +34,7 @@
"@tiptap/vue-3": "2.0.0-beta.203",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "^12.2.3",
"@types/prettier": "^2.7.1",
"@types/sanitize-html": "^2.6.2",
"@types/wicg-file-system-access": "^2020.9.5",
@ -50,6 +51,7 @@
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"lru-cache": "^7.14.1",
"markdown-it": "^13.0.1",
"masto": "^4.6.8",
"nuxt": "^3.0.0",
"parse5": "^7.1.2",