What I’m trying to do:
For a richtext component in a blank app, under key properties with markdown format selected, adding markdown-like text in the content panel does not format to markdown when app is run.
For example, “#testText” will show the hash mark rather than changing the text to bold. The suspicion is that the CSS is overwriting the markdown but I’m not certain how to address this issue.
What I’ve tried and what’s not working:
In visual editor, I’ve tried:
#testText
in the content of the key properties (does not work)
In code editor, I’ve tried:
self.rich_text_1.content = f"#testText"
and variations. Also does not work.
Clone link: