← Back to search
#inferno
add_message: HTML in markdown
7 messages · View on Zulip →
Xun Ma Mar 19, 2026, 04:19 AM
Hi Team, when adding messages, if there are basic HTML contents (eg. simple formatting such as div, font and table) inside the markdown, is there a way to have the html rendered? Our use case is to display section narratives (Compostion.section.text.div) when testing Patient Summary Composition sections. 100% understand the security concern, so this is in no way a feature request of any kind. Just wondering maybe there is a slight chance the markdown engine we use already handles this and I just didn't format my message correctly.
Xun Ma Mar 19, 2026, 04:21 AM
On a side note, I can't find any reference in the doc that the messages also support markdown. We just assumed it would similar to many other fields, send some in and they just worked :tm: :rolling_on_the_floor_laughing:
Grahame Grieve Mar 19, 2026, 04:33 AM
what messages? what markdown engine? what context?
Xun Ma Mar 19, 2026, 04:47 AM
This is inferno related about messages added to Inferno test results (almost gave me a heart attack thinking did I post in the wrong channel :cold_sweat: )
Grahame Grieve Mar 19, 2026, 05:13 AM
ah and I missed the channel
Karl Naden Mar 20, 2026, 01:41 PM
Just wondering maybe there is a slight chance the markdown engine we use already handles this and I just didn't format my message correctly. Unfortunately not. We don't have the html rendering for the react-markdown package enabled for security reasons.
Karl Naden Mar 20, 2026, 01:49 PM
On a side note, I can't find any reference in the doc that the messages also support markdown. I don't see one either. I see a few other things about the Test Assertions and Results that could be improved, so I can put on my list to address that. Thanks for the review and feedback.