Add comments and such

main
Astoria 2 years ago
parent 94184f88f7
commit 0861cf7b26

@ -2,10 +2,9 @@
function customPageMD($page) {
require_once 'vendor/autoload.php';
include_once "includes/mdutils.php";
$Parsedown = new \Noi\ParsedownRubyText();
// ../includes/mdutils.php
echo '<div class="article article-headerless">';
$text = loadmdfile($page);
echo $text;
loadmdfile($page);
echo '</div>';
}
?>

Loading…
Cancel
Save