Ejemplo n.º 1
0
 public function init()
 {
     $this->mdParser = new Markdown();
     $this->mdParser->html5 = true;
     return parent::init();
 }