ParsedownHtmlTrait
Trait ParsedownHtmlTrait
Table of Contents
Properties
- $parsedown : Parsedown|null
Methods
- html() : string
- Return HTML markup from the medium.
Properties
$parsedown
protected
Parsedown|null
$parsedown
Methods
html()
Return HTML markup from the medium.
public
html([string|null $title = null ][, string|null $alt = null ][, string|null $class = null ][, string|null $id = null ][, bool $reset = true ]) : string
Parameters
- $title : string|null = null
- $alt : string|null = null
- $class : string|null = null
- $id : string|null = null
- $reset : bool = true