Discount

Compiles Markdown formatted text into HTML

Source

Summary

to_html(input)

Compiles one or more (list) Markdown documents to HTML and returns result

to_html(input, callback)

Compiles one or more (list) Markdown documents to HTML and calls function with result

to_html_each(input, callback)

Compiles a list of Markdown documents and calls function for each item

Functions

to_html(input)

Compiles one or more (list) Markdown documents to HTML and returns result

Source
to_html(input, callback)

Compiles one or more (list) Markdown documents to HTML and calls function with result

Source
to_html_each(input, callback)

Compiles a list of Markdown documents and calls function for each item

Source