This commit is contained in:
Emanuil Rusev 2014-05-01 02:02:14 +03:00
parent 7c78aff578
commit 0eb480324c
1 changed files with 6 additions and 6 deletions

View File

@ -1333,12 +1333,12 @@ class Parsedown
protected $textLevelElements = array( protected $textLevelElements = array(
'a', 'br', 'bdo', 'abbr', 'blink', 'nextid', 'acronym', 'basefont', 'a', 'br', 'bdo', 'abbr', 'blink', 'nextid', 'acronym', 'basefont',
'b', 'em', 'big', 'cite', 'small', 'spacer', 'listing', 'b', 'em', 'big', 'cite', 'small', 'spacer', 'listing',
'i', 'rp', 'sub', 'code', 'strike', 'marquee', 'i', 'rp', 'del', 'code', 'strike', 'marquee',
'q', 'rt', 'sup', 'font', 'strong', 'q', 'rt', 'ins', 'font', 'strong',
's', 'tt', 'var', 'mark', 's', 'tt', 'sub', 'mark',
'u', 'xm', 'wbr', 'nobr', 'u', 'xm', 'sup', 'nobr',
'ruby', 'var', 'ruby',
'span', 'wbr', 'span',
'time', 'time',
); );
} }