diff --git a/package.json b/package.json index 2606e23..c2c4588 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "crypto-js": "^4.1.1", "escape-html": "^1.0.3", "file-saver": "^2.0.5", + "github-markdown-css": "^5.6.1", "html2canvas": "^1.4.1", "pako": "^2.1.0", "qrcodejs2-fixes": "^0.0.2", @@ -29,6 +30,7 @@ "vue": "^3.2.13", "vue-axios": "^3.5.2", "vue-i18n": "^9.2.2", + "vue-markdown-render": "^2.2.1", "vue-router": "^4.1.6", "vuex": "^4.0.0" }, diff --git a/public/index.html b/public/index.html index 271f274..4368341 100644 --- a/public/index.html +++ b/public/index.html @@ -22,10 +22,7 @@ <%= htmlWebpackPlugin.options.title %> <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %> diff --git a/src/App.vue b/src/App.vue index 96b73ae..a5a9cc6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ - - + +