Programatically display URL in bubble block

I've built a custom LLM assistant using Ollama, designed to answer questions based on a specific set of documents. My setup is as follows: Typebot is the frontend chat interface. n8n acts as middleware: it receives the user’s question from Typebot, sends it to Supabase, then Ollama, and finally returns the response back to Typebot. The LLM’s response is the answer text, and a list of source document URLs, returned separately as an HTML-formatted array. I can display the answer in a Typebot text bubble without any issue. However, when I try to display the list of sources, Typebot shows the HTML as plain text — it doesn’t render the links. Question: How can a Typebot text bubble render a variable’s content as HTML (so that the source URLs appear as clickable links instead of plain text)?
1 Reply
Baptiste
Baptiste4w ago
Text bubbles render markdown only, not HTML

Did you find this page helpful?