1.0.0 • Published 9 years ago

commonmark-str-to-html v1.0.0

Weekly downloads
-
License
Apache2
Repository
-
Last release
9 years ago

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.