1.0.3 • Published 4 years ago

thecoder08-markdown v1.0.3

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

Markdown

What is Markdown?

Markdown is a markdown parser.

Installation

Run the command

npm i thecoder08-markdown

to install Markdown.

Require

Require with this code:

var render = require('thecoder08-markdown');

Syntax

render(markdown);

Where markdown is a string containing the markdown code to render.
Returns HTML code and an embedded stylesheet for the page to display.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago