If I use only one * in the text it works. But if there are 2 *, then
component renders the text between as bold. And the *'s are not shown
anymore.Renders like:
No it doesn't work. What happens is that the RTE component thinks is the
start of text that needs to be in bold, so every text after the *
appears in bold and the * is not shown.
Since * is used on RTE component to make text bold, is there a way to
escaping it so that it can be used in text. In text * usually means that
there's a footnote about that topic, so it make sense to be able to use
that character.