Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 294 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 294 Bytes

cf-markdown

Markdown-to-html for Coldfusion with Markdown.js and Rhino.

Constructor

Constructor have no parameter.

markdown = new Markdown();

Methods

toHTML(markdown)

markdown.toHTML('Hello *World*!');