$markdown->parse()
Parses the given text and returns the HTML
$markdown->parse(?string $text = null, bool $inline = false): string
Parameters
| Name | Type | Default |
|---|---|---|
| $text | string|null |
null |
| $inline | bool |
false |
Return type
string