Markdown Parser for AI Models

Demo to preview the plugin:

Introduction

The Markdown Parser for AI Models plugin converts Markdown text to HTML and automatically renders the output inside your Bubble app. It is specifically optimized for streaming AI model responses, allowing you to display Markdown content instantly as it arrives.
You can also use it as a standalone Markdown parser for any text content. Full styling control is possible via CSS applied directly in the plugin settings, and it supports LaTeX/KaTeX formulas for mathematical notation.
⚠️
Important: Familiarity with CSS is recommended before styling the rendered HTML output. The plugin applies CSS only to its own rendered HTML, so you don’t need complex selectors.
Key Features
Image without caption

How to Setup

Step 1 – Install the Plugin

Step 2 – Add the Plugin Element to Your Page

Plugin Element Properties - Markdown Parser

Image without caption

Fields

Exposed States

Element Events

Workflow Example

MarkdownParser Main Code Copied

Image without caption

Changelogs