Share feedback, ideas and get community help

D
F
M
a
g

How to display a link in Response

I am calling an API which returns following response, which contains an anchor tag/link:

Get more information about Samurai <a href="https://en.wikipedia.org/wiki/Samurai" target="_blank" rel="noopener noreferrer">here</a>!

When i return it as is to the user its displayed as plain text response without the link.

Any suggestions?
Attachment
image.png
B
W
3 comments
Typebot bubbles parse Markdown, not HTML
So this would work:

Plain Text
[here](https://wiki...)
thanks for the response @Baptiste
Add a reply
Sign up and join the conversation on Discord
Join