diff --git a/includes/custompanelMD.php b/includes/custompanelMD.php index 9537cd0..6bb95ff 100644 --- a/includes/custompanelMD.php +++ b/includes/custompanelMD.php @@ -5,6 +5,7 @@ function customPageMD($page) { $Parsedown = new \Noi\ParsedownRubyText(); $text = loadmdfile($page); echo '
'; + echo "bep"; echo $text; echo '
'; }