$markdown->parse()
Parses the given text and returns the HTML
$markdown->parse(string|null $text = null, bool $inline = false): string
Parameters
Name | Type | Default |
---|---|---|
$text | string ornull |
null
|
$inline | bool |
false
|
Return type
string
This method modifies the existing $markdown
object it is applied to and returns it again.