adds parsedown condition

This commit is contained in:
buttle 2021-07-30 01:39:16 +02:00
parent c1fb10c1f0
commit 21a011ac3b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use Laminas\View\Renderer\PhpRenderer;
use Laminas\Form\FormElementManager;
use SimpleMDText\Form\SimpleMDTextBlockForm;
$list_of_includes = get_included_files();
$parsedown_included=false;
foreach ($list_of_includes as $file_path) {