Skip to content

AI Markdown

Render Markdown in React and Vue, including streaming AI responses, math, tables and coordinated references. Choose your framework to start with its installation, stylesheet requirements and public API.

Your applicationStart hereWhat it provides
React 19React installation and APIComponents, hooks and customizable element renderers
Vue 3.5Vue installation and APIComponents, scoped slots and setup composables
React with Mantine 9Mantine integrationTheme-aware typography, highlighted code and Mermaid diagrams

Compare packages and setup requirements before choosing. React hooks and Mantine providers belong to the React integration; Vue has its own props and composables.

Start with one accumulated Markdown string per message. Update it as transport deltas arrive; use document coordination only when a logical document intentionally spans multiple renderers.

Use the guide index to find recipes for custom components, typography, URL policies, metadata and CJK text. Each guide identifies its framework scope; use the Vue API reference for Vue-specific examples.

Core owns framework-independent orchestration. Engine owns parsing and tree algorithms. Read their public contracts and the architecture guide when implementing another framework adapter.