Nuxt/examples/markdownit/nuxt.config.js

17 lines
331 B
JavaScript
Raw Normal View History

2017-10-27 16:20:12 +00:00
module.exports = {
modules: [
'@nuxtjs/markdownit'
]
// [optional] markdownit options
// See https://github.com/markdown-it/markdown-it
// markdownit: {
// preset: 'default',
// linkify: true,
// breaks: true,
// use: [
// 'markdown-it-container',
// 'markdown-it-attrs'
// ]
// }
}