Hey All, I'm putting together a static page generator for build mode. I'd like to have everything consistent and easy to use for our marketer. However I'm not sure if there's any way to bold parts of the text or underline when these are components in page slots and the elements have props.
yeah interesting - what happens if that text spot was a rich text element? Do you get that kind of detail then or no?
I want the client to have the freedom of highlight parts of the text without messing up the design. So I made a custom code snippet, when you set the text bold with span on headings, it's actually underlines it, but when Client does the same for paragraphs, it's only bolding as it should be.