mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #145
This commit is contained in:
parent
7c78aff578
commit
0eb480324c
@ -1333,12 +1333,12 @@ class Parsedown
|
||||
protected $textLevelElements = array(
|
||||
'a', 'br', 'bdo', 'abbr', 'blink', 'nextid', 'acronym', 'basefont',
|
||||
'b', 'em', 'big', 'cite', 'small', 'spacer', 'listing',
|
||||
'i', 'rp', 'sub', 'code', 'strike', 'marquee',
|
||||
'q', 'rt', 'sup', 'font', 'strong',
|
||||
's', 'tt', 'var', 'mark',
|
||||
'u', 'xm', 'wbr', 'nobr',
|
||||
'ruby',
|
||||
'span',
|
||||
'i', 'rp', 'del', 'code', 'strike', 'marquee',
|
||||
'q', 'rt', 'ins', 'font', 'strong',
|
||||
's', 'tt', 'sub', 'mark',
|
||||
'u', 'xm', 'sup', 'nobr',
|
||||
'var', 'ruby',
|
||||
'wbr', 'span',
|
||||
'time',
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user