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(
|
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',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user