I have made a custom Kirby tag (my first one, yay!) which doesn’t quite work, it renders the tag but any markdown after the tag breaks and gets outputted as raw markdown instead of being turned into HTML.
Is the tag on a line by itself? not inside some other stuff? when i had the issue i think lack of white space kind of effected it. having a clear distinction between the tag and the stuff that comes before and after it seemed to change things a bit. Maybe your tags getting mangled in with the next bit of content or something. i seem to remember mine rendering ok if it was the very last thing in the text field… but it was 6 months ago, cant quite remember
Ah, good to know. It didn’t do any harm in my test but I wondered what they were doing there. When your tag has a lot of html, consider using a separate template file.
What the heck? I included the line break code back in to see if it would break and research a bit more in an effort to confirm my findings. Now, even with the line breaks, it’s fine.
I’m afraid this will all be just confusing to someone with the same issue.
I’ll have to assume it was some cache issue - a remnant from some previous foul that persisted, then was eventually flushed.