Skip to content

Kirby 4.2.0

$parsley->endInlineBlock()

Takes all inline elements in the inline cache and combines them in a final block. The block will either be merged with the previous block if the type matches, or will be appended.

$parsley->endInlineBlock(): void

Parent class

Kirby\Parsley\Parsley