1.0.4 • Published 7 years ago

markdown-to-html-converter v1.0.4

Weekly downloads
59
License
MIT
Repository
github
Last release
7 years ago

Markdown to HTML Converter

Markdown to HTML Converter is a simple utility that lets you render your Markdown as HTML.

You can see all the functionality that Markdown To HTML Converter supports by playing around with its online demo.

Instructions:

Download

npm install markdown-to-html-converter

Import

import convertToHTML from 'markdown-to-html-converter'

Use

const markdownStr = '# Example \nThis is my example text';
const htmlStr = convertToHTML(markdownStr);
1.0.4

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