A markdown string to render with full document formatting. Supports headings, paragraphs, lists, code blocks, links, and other standard markdown syntax.
Support
Usage
Basic markdown
Rich document
With modifiers
Notes
- Use
Markdownfor full document formatting with headings, lists, and code blocks. - Use
Text({ markdown: "..." })for inline formatting only (bold, italic, links within a single text run). - Markdown is currently web-only. For cross-platform text with inline formatting, use
Text({ markdown }).
See Also
- Text — inline text display with optional markdown