ReadonlyariaAccessible label for the container.
ReadonlycontentThe raw content to render (HTML or Markdown depending on strategy).
ReadonlydataOptional detector list to apply to rendered text nodes.
When omitted, the component falls back to injected detectors and finally to the foundation-level global detector registry.
ReadonlystrategyControls how content is interpreted.
'auto' — auto-detect HTML vs Markdown (default).'html' — always render as HTML.'markdown' — always convert Markdown → HTML first.ReadonlytrustedThe HTML to render, resolved from content + strategy.
A read-only rich text renderer.
Displays HTML or Markdown content inline without any editing chrome. Used by the form engine for
flair:richtextelements and anywhere rich content needs to be rendered.The
strategyinput controls how content is interpreted:'auto'(default) — detects HTML vs Markdown automatically.'html'— always treats content as HTML.'markdown'— always converts Markdown to HTML first.Example