text($text); } //Loads a given file, outputs as HTML. function md($text) { $root = $_SERVER["DOCUMENT_ROOT"]; include_once $root."/Parsedown.php"; $Parsedown = new Parsedown(); echo $Parsedown->text($text); } ?>