From 49f1460749c92a1ed04635fc026199c77e8fafea Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 6 Apr 2021 00:19:32 +0200 Subject: [PATCH] :heavy_plus_sign: (mardown videos) --- package.json | 1 + src/shims-vue.d.ts | 1 + yarn.lock | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/package.json b/package.json index 1f97977..576f3a2 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "bulma": "^0.9.2", "core-js": "^3.9.0", "markdown-it": "^12.0.4", + "markdown-it-block-embed": "^0.0.3", "nanoid": "^3.1.22", "notyf": "^3.9.0", "pinia": "^2.0.0-alpha.7", diff --git a/src/shims-vue.d.ts b/src/shims-vue.d.ts index 4d8fec2..d7811f2 100644 --- a/src/shims-vue.d.ts +++ b/src/shims-vue.d.ts @@ -5,3 +5,4 @@ declare module '*.vue' { } declare module 'pouchdb-adapter-indexeddb' declare module '@toycode/markdown-it-class' +declare module 'markdown-it-block-embed' diff --git a/yarn.lock b/yarn.lock index 16abae5..2ab824f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7775,6 +7775,11 @@ map-visit@^1.0.0: dependencies: 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: version "12.0.4" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.4.tgz#eec8247d296327eac3ba9746bdeec9cfcc751e33"