Is there any solution to allow html in kirby heading block element? (heading.php)
I tried
<?= html($block->text()) ?>
Is there any solution to allow html in kirby heading block element? (heading.php)
I tried
<?= html($block->text()) ?>
What are you trying to do? The heading block uses the writer field.
I want to use a span with a class in the headline. So I guess, I need a own mark.