You are here

protected property MarkdownExtra::$clean_tags_re in Express 8

* Tags which must not have their contents modified, no matter where * they appear *

Type: string

File

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

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

protected $clean_tags_re = 'script|style|math|svg';