1.0.4 • Published 2 years ago

@jswork/github-md2html v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

github-md2html

Convert Markdown to HTML effortlessly with github-md2html.

version license size download

installation

npm install @jswork/github-md2html

usage

import md2html from '@jswork/github-md2html';

const mdstr = fs.readFileSync('Hello **world**');
const html = md2html(mdstr);
// <p>Hello <strong>world</strong></p>

license

Code released under the MIT license.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago