add remark-container

This commit is contained in:
Philipp Kühn
2020-08-18 20:42:54 +02:00
parent e471c7efd2
commit 5766f88beb
3 changed files with 7 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ module.exports = {
template: './src/templates/DocPage',
plugins: [
'@gridsome/remark-prismjs',
'remark-container',
],
remark: {
autolinkHeadings: {

View File

@@ -18,6 +18,7 @@
"raw-loader": "^4.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"remark-container": "^0.1.2",
"typescript": "^3.9.7",
"vue-github-button": "^1.1.2"
},