mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
17 lines
331 B
JavaScript
17 lines
331 B
JavaScript
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'
|
|
// ]
|
|
// }
|
|
}
|