1.2.3 • Published 7 years ago

mark-to-html v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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')
1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago