ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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.