I want to display something like this: “… does not allow lines greater than 80 characters or the reuse of tags (for example, )”. When I put that into a collapsible text, the is not displayed. What is the right way to do this? Thanks.
Hey there @david32904 , thanks for bringing this up. @andrewt pinged the team asking for clarification. Is there any reason you want to add an HTML Tag in the text box?
Actually, I assume the problem is that is interpreted by the collapsible text box as an HTML tag, not that I want to use an HTML tag here. I’m describing a problem with an XML tag and just want to say “” in my description.
So I found that it can be done by replacing < and > with < and >
Have an example here:
Thanks. I should have remembered that.