mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
feat: markdown rendering
This commit is contained in:
@@ -6,6 +6,6 @@ const mdTaskLists = require('markdown-it-task-lists')
|
||||
|
||||
module.exports = {
|
||||
init (md, conf) {
|
||||
md.use(mdTaskLists)
|
||||
md.use(mdTaskLists, {label: true, labelAfter: true})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user