commonmark-str-to-html

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i commonmark-str-to-html

Weekly Downloads

2

Version

1.0.0

License

Apache2

Last publish

Collaborators

  • brianleroux