ruby text is lame anyways

main
Astoria 2 years ago
parent 403ff0d643
commit 0d293d0084

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

Loading…
Cancel
Save