You are here

protected property MarkdownExtra::$id_class_attr_catch_re in Express 8

* Expression to use to catch attributes (includes the braces) *

Type: string

File

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

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

protected $id_class_attr_catch_re = '\\{((?>[ ]*[#.a-z][-_:a-zA-Z0-9=]+){1,})[ ]*\\}';