Docs
Markdown Renderer
Markdown Renderer
A customizable component for rendering Markdown content with consistent styling.
The MarkdownRenderer component provides a consistent way to render Markdown content with custom styling, powered by react-markdown and remark-gfm.
Features
- GitHub Flavored Markdown support
- Consistent typography and spacing
- Styled tables, lists, and code blocks
- Responsive design
- Theme-aware styling
Installation
Usage
Props
Prop | Type | Description |
---|---|---|
children | string | The markdown content to render |