I have extra right???

main
Astoria 2 years ago
parent 0d293d0084
commit e344177495

@ -10,4 +10,7 @@ For my friends yeah, your not getting one out of me.
## What is the meaning of life?
Fliburdiscurp
2021.10.13 {.datetext}
2021.10.13 {.main}
What even {.datetext}
====

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

Loading…
Cancel
Save