|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This class provides a transformation that converts Markdown formatting to HTML using the CommonMark Library.
More...
Collaboration diagram for ILIAS\Refinery\String\MarkdownFormattingToHTML:Public Member Functions | |
| __construct (bool $escape=true) | |
| toHTML () | |
| Returns the converted Markdown with HTML tags. More... | |
Private Attributes | |
| MarkdownConverter | $converter |
This class provides a transformation that converts Markdown formatting to HTML using the CommonMark Library.
Definition at line 32 of file MarkdownFormattingToHTML.php.
| ILIAS\Refinery\String\MarkdownFormattingToHTML::__construct | ( | bool | $escape = true | ) |
Definition at line 36 of file MarkdownFormattingToHTML.php.
| ILIAS\Refinery\String\MarkdownFormattingToHTML::toHTML | ( | ) |
Returns the converted Markdown with HTML tags.
Definition at line 55 of file MarkdownFormattingToHTML.php.
|
private |
Definition at line 34 of file MarkdownFormattingToHTML.php.