adds parsedown condition
This commit is contained in:
parent
c1fb10c1f0
commit
21a011ac3b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue