From 7369fdecfc3959f02af79e45158637919deb9886 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 20 Jul 2022 17:34:42 -0500 Subject: [PATCH] sanity check --- includes/custompanelMD.php | 1 + 1 file changed, 1 insertion(+) 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 '
'; }