You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gallery): provide MarkdownRenderer to A2UI Lit surface
Basic catalog Text component prepends "## " etc. for variant headings
(h1..h5) and pipes the result through Context.markdown. Without a
provider the markdown leaks as literal text like "## Recent activity".
Wire @a2ui/markdown-it on document via the context-request event
protocol so every <a2ui-surface> in the gallery sees it.
0 commit comments