nodebb-plugin-markdown-yourself
v1.0.0
Published
config markdown yourself
Downloads
2
Readme
a plugin for configuring your own markdown-it
usage
- create a file named
markdown.js
in nodebb folder - install some markdown-it plugin by npm.
- configure it.
this is an example:(configure markdown-it-anchor)
module.exports = (parser) => {
parser.use(require('markdown-it-anchor'), {})
}