getContent() ); } else { //PEAR-installed version 1.0.2 has a different API require_once 'markdown.php'; $markdown = \markdown($file->getContent()); } return '
' . $markdown . '
'; } } ?>