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 Laminas\Form\FormElementManager;
|
||||||
use SimpleMDText\Form\SimpleMDTextBlockForm;
|
use SimpleMDText\Form\SimpleMDTextBlockForm;
|
||||||
|
|
||||||
|
|
||||||
$list_of_includes = get_included_files();
|
$list_of_includes = get_included_files();
|
||||||
$parsedown_included=false;
|
$parsedown_included=false;
|
||||||
foreach ($list_of_includes as $file_path) {
|
foreach ($list_of_includes as $file_path) {
|
||||||
|
|
Loading…
Reference in New Issue