improve styling

This commit is contained in:
Philipp Kühn
2020-04-18 23:00:47 +02:00
parent 10fd993f44
commit 66b127168a
5 changed files with 51 additions and 8 deletions

View File

@@ -23,6 +23,14 @@ module.exports = {
plugins: [
'@gridsome/remark-prismjs',
],
remark: {
autolinkHeadings: {
content: {
type: 'text',
value: '#'
}
}
}
},
},
],