Is it possible to use boldface/italic/underlines in post titles? I’d like to be able to correctly italicize a book title in the title of a post I’m writing, but Ghost doesn’t seem to be applying the formatting—it just renders the markdown characters literally (so “Let’s talk about _Book Title_” instead of “Let’s talk about Book Title”).
It’s a minor cosmetic annoyance, but it is an annoyance. Would love to know if I’m just doing something wrong.
Hey @lee_ars There’s no way to do that at the moment, titles are stored as plain text and there would need to be some core changes to work with html because the title field is used both for the front-end display (might be a breaking change for themes as they would need to use triple-curlies to render html) and meta data.