Discount
Compiles Markdown formatted text into HTML
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 |