jstransformer-commonmark

1.0.0 • Public • Published

jstransformer-commonmark

CommonMark support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-commonmark

API

var commonmark = require('jstransformer')(require('jstransformer-commonmark'))
 
commonmark.render('Hello, *world*!').body
//=> '<p>Hello, <em>world</em>!</p>'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-commonmark

Weekly Downloads

10

Version

1.0.0

License

MIT

Unpacked Size

4.13 kB

Total Files

5

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu