How to allow '#' (hash) in panel (kirbytext) instead of creatign a h1

‘#’ creates the h1 tag when using kirbytext but how to avoid this if I need the hash mark there?

You can use a backslash escape.

1 Like

Thanks, that’s what I was looking for