You are here

protected property MarkdownExtra::$contain_span_tags_re in Express 8

* Tags where markdown="1" default to span mode: *

Type: string

File

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

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

protected $contain_span_tags_re = 'p|h[1-6]|li|dd|dt|td|th|legend|address';