Skip to content

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

License

Notifications You must be signed in to change notification settings

killagu/node-cmark

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 38.0%
  • C++ 25.3%
  • JavaScript 16.9%
  • CMake 16.3%
  • Makefile 3.5%