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 '
'; } ?>