Skip to content

Markdown

The Markdown component displays formatted Markdown content using Element styles.

Usage

Markdown is a plain text formatting syntax where structure is written with ordinary characters: # for a heading, **text** for bold, - for a list item, etc.

The component maps these elements to Element text styles and spacing, ensuring rendered content is consistent with the rest of the product.

Optional features such as syntax highlighting, diagrams, math, and custom renderers can be enabled when needed.

Markdown renderer

When to use

  • For AI/chat responses
  • Rich text from users, such as comments, descriptions, and documentation
  • For generated content such as reports, summaries, instructions, and release notes
  • Imported Markdown content, such as .md files or Markdown based documentation

Except where otherwise noted, content on this site is licensed under MIT License.