The text to display. Pass a plain string for unstyled text, or an object with a
markdown key for inline markdown formatting (bold, italic, code, links).Support
Usage
Plain text
Inline markdown
Styled text
Multi-line with alignment
Typography modifiers
With padding and background
Notes
- Use
Textfor inline text display. For full document-level markdown with headings, lists, and code blocks, use Markdown instead. - The
{ markdown }form supports inline formatting only: bold, italic, strikethrough, code, and links.
See Also
- Markdown — full document markdown rendering
- TextField — single-line text input
- TextEditor — multi-line text input