You are here

protected property MarkdownExtra::$context_block_tags_re in Express 8

* Tags treated as block tags only if the opening tag is alone on its line *

Type: string

File

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

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

protected $context_block_tags_re = 'script|noscript|style|ins|del|iframe|object|source|track|param|math|svg|canvas|audio|video';