1.0.3 • Published 6 years ago
thecoder08-markdown v1.0.3
Markdown
What is Markdown?
Markdown is a markdown parser.
Installation
Run the command
npm i thecoder08-markdownto 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.