Skip to content

azurity/nodebb-plugin-markdown-yourself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a plugin for configuring your own markdown-it

usage

  1. create a file named markdown.js in nodebb folder
  2. install some markdown-it plugin by npm.
  3. configure it.

this is an example:(configure markdown-it-anchor)

module.exports = (parser) => {
    parser.use(require('markdown-it-anchor'), {})
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages