Skip to content

Kirby 4.2.0

Inline::parseInnerHtml()

Go through all child elements and create clean inner HTML for them

Inline::parseInnerHtml(DOMElement $node, array $marks = [ ]): string|null

Parameters

Name Type Default
$node * DOMElement
$marks array [ ]

Return type

string|null

Parent class

Kirby\Parsley\Inline