Markdown Component
The Markdown component allows you to add rich-text content, notes, or AI-generated summaries directly into dashboards. It supports standard Markdown syntax for easy formatting.
Key Features
- Markdown support: headings, lists, bold, italics, links, and code blocks.
- Dynamic content: inject AI-generated text alongside structured data.
- Lightweight and flexible: useful for context, annotations, or documentation.
- Consistent styling: inherits Orbit Flow’s typography and theme.
Example Schema
{
"type": "markdown",
"content": "### Weekly Summary\n- Revenue increased by 15%.\n- Support tickets dropped by 8%.\n- New feature release scheduled for next week."
}
Example Use Cases
- AI-generated dashboard summaries.
- Team notes or annotations alongside data.
- Documentation or instructions embedded in dashboards.
Last updated on