➕ (mardown videos)
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
"bulma": "^0.9.2",
|
"bulma": "^0.9.2",
|
||||||
"core-js": "^3.9.0",
|
"core-js": "^3.9.0",
|
||||||
"markdown-it": "^12.0.4",
|
"markdown-it": "^12.0.4",
|
||||||
|
"markdown-it-block-embed": "^0.0.3",
|
||||||
"nanoid": "^3.1.22",
|
"nanoid": "^3.1.22",
|
||||||
"notyf": "^3.9.0",
|
"notyf": "^3.9.0",
|
||||||
"pinia": "^2.0.0-alpha.7",
|
"pinia": "^2.0.0-alpha.7",
|
||||||
|
|||||||
1
src/shims-vue.d.ts
vendored
1
src/shims-vue.d.ts
vendored
@@ -5,3 +5,4 @@ declare module '*.vue' {
|
|||||||
}
|
}
|
||||||
declare module 'pouchdb-adapter-indexeddb'
|
declare module 'pouchdb-adapter-indexeddb'
|
||||||
declare module '@toycode/markdown-it-class'
|
declare module '@toycode/markdown-it-class'
|
||||||
|
declare module 'markdown-it-block-embed'
|
||||||
|
|||||||
@@ -7775,6 +7775,11 @@ map-visit@^1.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
object-visit "^1.0.0"
|
object-visit "^1.0.0"
|
||||||
|
|
||||||
|
markdown-it-block-embed@^0.0.3:
|
||||||
|
version "0.0.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/markdown-it-block-embed/-/markdown-it-block-embed-0.0.3.tgz#5eb08253f35c37b34c07eec2b9e275ee85eea906"
|
||||||
|
integrity sha1-XrCCU/NcN7NMB+7CueJ17oXuqQY=
|
||||||
|
|
||||||
markdown-it@^12.0.4:
|
markdown-it@^12.0.4:
|
||||||
version "12.0.4"
|
version "12.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.4.tgz#eec8247d296327eac3ba9746bdeec9cfcc751e33"
|
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.4.tgz#eec8247d296327eac3ba9746bdeec9cfcc751e33"
|
||||||
|
|||||||
Reference in New Issue
Block a user