Skip to content
 
 

Repository files navigation

node-cmark

fork from https://github.com/thomasjo/node-cmark replace node-gyp implements to cmake-js

dependencies

npm install -g cmake-js

install

npm install --save node-cmark

usage

const cmark = require('node-cmark');
const markdown = '# h1 title';
console.log(cmark.markdown2html(markdown));//print <h1>h1 title</h1>

About

Node.js wrapper for GitHub's fork of cmark/libcmark

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages