1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

"reference" is a definition

This commit is contained in:
Emanuil Rusev 2014-05-05 14:43:31 +03:00
parent aa004d4595
commit db02ecf259

View File

@ -90,7 +90,6 @@ class Parsedown
'<' => array('Markup'),
'=' => array('Setext'),
'>' => array('Quote'),
'[' => array('Reference'),
'_' => array('Rule'),
'`' => array('FencedCode'),
'|' => array('Table'),