vote up 0 vote down star
1

Hi, I downloaded Markdownify from http://milianw.de/projects/markdownify/ and extracted it to my application/libraries/ directory.

I did a:

$this->load->library('markdownify');
echo $this->markdownify->parseString('<b>Test</b>');

But the output is the same html markup. It didn’t work. How do I get it working?

flag

75% accept rate
1  
Works for me. Are you sure you have all the necessary files in applications/libraries (markdownify.php and the parsehtml directory)? – Colin Sep 26 at 15:37

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.