mark-to-html
v1.2.3
Published
Simple Js libary to turn Markdown To Html
Downloads
7
Readme
Mark To Html
Simple Javascript Library for turning Markdown to HTML
Installation
$ npm install mark-to-html
Usage
const mkToHtml = require("mark-to-html");
const htmlFromFile = mkToHtml.fromfile(__dirname+"./readme.md");
const htmlFromString = mkToHtml.fromString('# Hello World')