Markdown Content Renderer
Component Detail
Infrastructure
low complexity
Shared Component
mobile
0
Dependencies
1
Dependents
0
Entities
0
Integrations
Description
Reusable Flutter widget that renders a markdown string as formatted rich text using a lightweight parser. Used by FAQ answers, external resource descriptions, and other content fields that support basic markdown formatting. Ensures consistent rendering across all markdown-capable content surfaces.
markdown-content-renderer
Responsibilities
- Parse and render basic markdown (bold, italic, lists, links)
- Apply design token typography and color styles
- Handle empty or null content gracefully
Interfaces
build(markdownContent: string)
renderInline(text: string)
applyTheme(theme: AppTheme)