Eugh, wrong function.

main
Astoria 2 years ago
parent 3d29ecd6d1
commit 403ff0d643

@ -4,7 +4,7 @@
function loadmdfile($file) {
require 'vendor/autoload.php';
$text = file_get_contents($file);
$Extra = new \Noi\ParsedownRubyText();
$Extra = new \Noi\ParsedownExtraRubyText();
echo $Extra->text($text);
}
//Loads a given file, outputs as HTML.

Loading…
Cancel
Save