markdown-it-confluence
v0.2.0
Published
Plugin for markdown-it that enables rendering to confluence storage representation instead of HTML
Downloads
34
Maintainers
Readme
markdown-it-confluence
"Plugin for markdown-it that enables rendering to confluence storage representation instead of HTML",
Installation
node.js, browser:
$ npm install markdown-it-confluence --save
API
var md = require('markdown-it')()
.use(require('markdown-it-confluence'));