You are here

protected property MarkdownExtra::$auto_close_tags_re in Express 8

* Tags that do not need to be closed. *

Type: string

File

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

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

protected $auto_close_tags_re = 'hr|img|param|source|track';