Markdown is awesome it is a text-to-HTML conversion tool for web writers
Based on PHP Markdown by Michel Fortin (v1.0.1o - Sun 8 Jan 2012) PHP Markdown.
Original Markdown by John Gruber [Markdown] (http://daringfireball.net/projects/markdown/).
-
Copy the cimarkdown.php to your libraries directory
-
Load the cimarkdown library in your controller
$this->load->library('cimarkdown');
$this->cimarkdown->markit($markdowndemo);
where $markdowndemo is a variable which contains the markdown text entered by the user