When I’m in the panel and have a bold formatted header such as **Title Two** if I do not have an empty line above that line Kirbytext will not format it and just output **Title Two** with the stars.
In Kirby 2 this worked fine, just noticed that several of my pages have this issue after the conversion.
Update: After digging a little bit it seems to happen if there is html tags above the markdown. For example:
Ok, with those examples I can reproduce the issue. Don’t know if that’s a bug or not, I always insert new lines to start a new paragraph, especially after tags etc. but also in general to make text more readable, so I wouldn’t even know if that worked in Kirby 2 or not.
Not much I can say about this behavior in Kirby but as far as I know, this is implementation-dependent of the Markdown parser. This discussion happens with other software too and in some editors there’s a checkbox to require a new line; I don’t remember anymore what the official standard says but most likely this is not Kirby specific.
Sure but wasn’t a bug fixed recently around white space in snippets used in the textfield, the spacing incorrectly trigging pre tags? Perhaps this is related. I was hoping the latest minor release might help.
It persists. I know I didn’t have the issue in Kirby 2 because I didn’t change my content when I converted over to Kirby 3. Only after reviewing a few pages after the upgrade did I see it.