Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 955 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 955 Bytes

jstransformer-mmd

MultiMarkdown support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-mmd

API

var mmd = require('jstransformer')(require('jstransformer-mmd'))

mmd.render('# Hello, World!').body
//=> '<h1 id="helloworld">Hello, World!</h1>'

License

MIT