Skip to content
saturngod edited this page Feb 14, 2012 · 1 revision

markdown for PHP is written by Michel Fortin.

Usages

$this->load->helper('markdown');
$my_html = Markdown($my_text);//$my_text is a markdown text

Clone this wiki locally