A2uiMarkdownProvider
Agent Runtimes / examples/utils/a2uiMarkdownProvider / A2uiMarkdownProvider
Variable: A2uiMarkdownProvider
constA2uiMarkdownProvider:React.FC<React.PropsWithChildren>
Defined in: src/examples/utils/a2uiMarkdownProvider.tsx:15
Provides the A2UI v0.9 markdown renderer to all child A2uiSurface
instances. Without it, Text components fall back to the raw markdown
string (e.g. ## Title instead of a rendered <h2>).