Hello, i just want to know what are the differences about kirbytext and kirbytextRaw
KirbytextRaw is the exact same thing as kirbytext only without the <p> tags around the content.
It’s useful for instance to parse text inside another HTML tag (a button label, anything really) or whenever you don’t want additional <p> tags for any specific reasons.
1 Like
Okay Thanks you

No worries! You can find the code for KirbytextRaw here:
1 Like