|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Data\Text\Markup:
Collaboration diagram for ILIAS\Data\Text\Markup:Public Types | |
| enum | MarkdownRegExps : string { REF = '\[(.)*\]\:(.)+' } |
| Regular expressions to detect constructs from CommonMarkdown. More... | |
Definition at line 23 of file Markup.php.
| enum ILIAS::Data::Text::Markup::MarkdownRegExps : string |
Regular expressions to detect constructs from CommonMarkdown.
According to: https://commonmark.org/help/tutorial/
| Enumerator | |
|---|---|
| REF | |
Definition at line 28 of file MarkdownRegExps.php.