File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1733,7 +1733,7 @@ protected function _stripLinkDefinitions_callback($matches) {
1733
1733
### HTML Block Parser ###
1734
1734
1735
1735
# Tags that are always treated as block tags:
1736
- protected $ block_tags_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|form|fieldset|iframe|hr|legend|article|section|nav|aside|hgroup|header|footer|figcaption ' ;
1736
+ protected $ block_tags_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|form|fieldset|iframe|hr|legend|article|section|nav|aside|hgroup|header|footer|figcaption|figure ' ;
1737
1737
1738
1738
# Tags treated as block tags only if the opening tag is alone on its line:
1739
1739
protected $ context_block_tags_re = 'script|noscript|ins|del|iframe|object|source|track|param|math|svg|canvas|audio|video ' ;
You can’t perform that action at this time.
0 commit comments