1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-09 14:20:51 +02:00
This commit is contained in:
Emanuil Rusev
2015-06-15 12:28:30 +03:00
parent 0de61e7b3a
commit e2bb3eaaf8

View File

@@ -107,12 +107,6 @@ class Parsedown
# ~
protected $DefinitionTypes = array(
'[' => array('Reference'),
);
# ~
protected $unmarkedBlockTypes = array(
'Code',
);