You are here

protected property MarkdownExtra::$block_tags_re in Express 8

* Tags that are always treated as block tags *

Type: string

File

vendor/michelf/php-markdown/Michelf/MarkdownExtra.php, line 296

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

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';