|
|
|
@ -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.
|
|
|
|
|