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?