TextformatterMarkdownExtra::getParsedown()
@param int|null $flavor
Usage
// basic usage
$parsedownExtra = $textformatterMarkdownExtra->getParsedown();
// usage with all arguments
$parsedownExtra = $textformatterMarkdownExtra->getParsedown($flavor = null);Arguments
| Name | Type(s) | Description |
|---|---|---|
$flavor (optional) | int null |
Return value
ParsedownExtra \Parsedown
TextformatterMarkdownExtra methods and properties
API reference based on ProcessWire core version 3.0.253