protected property MarkdownExtra::$id_class_attr_catch_re in Markdown 7
* Expression to use to catch attributes (includes the braces) *
Type: string
File
- includes/
MarkdownExtra.php, line 175
Class
- MarkdownExtra
- Markdown Extra Parser Class
Namespace
MichelfCode
protected $id_class_attr_catch_re = '\\{((?>[ ]*[#.a-z][-_:a-zA-Z0-9=]+){1,})[ ]*\\}';