From 0861cf7b260071f01a39ca127d2e031f34297c85 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 20 Jul 2022 17:37:53 -0500 Subject: [PATCH] Add comments and such --- includes/custompanelMD.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/custompanelMD.php b/includes/custompanelMD.php index 1852889..c70aab1 100644 --- a/includes/custompanelMD.php +++ b/includes/custompanelMD.php @@ -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 '
'; - $text = loadmdfile($page); - echo $text; + loadmdfile($page); echo '
'; } ?>