markdown-to-html-converter

1.0.4 • Public • Published

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);

/markdown-to-html-converter/

    Package Sidebar

    Install

    npm i markdown-to-html-converter

    Weekly Downloads

    76

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • elliott.brooks