npm.io
1.0.0 • Published 11 years ago

commonmark-str-to-html

Licence
Apache2
Version
1.0.0
Deps
1
Vulns
0
Weekly
0

commonmark string to html

install

npm i commonmark-str-to-html

usage

var toHTML = require('commonmark-str-to-html')

console.log(toHTML('the *quick* brown _fox_'))
contrib

this is a module that demonstrates authoring in es6 but publishing to npm as es5. its all very simple really:

  • .npmignore ignores the source file es6.js
  • .gitignore ignores the published file es5.js

compile by running npm start and run the tests using npm test.