diff --git a/includes/custompanelMD.php b/includes/custompanelMD.php index 6bb95ff..1852889 100644 --- a/includes/custompanelMD.php +++ b/includes/custompanelMD.php @@ -3,9 +3,8 @@ function customPageMD($page) { require_once 'vendor/autoload.php'; include_once "includes/mdutils.php"; $Parsedown = new \Noi\ParsedownRubyText(); - $text = loadmdfile($page); echo '
'; - echo "bep"; + $text = loadmdfile($page); echo $text; echo '
'; }