Markdown
The Markdown component is a read-only way to display content formatted in
markdown-style.
MarkdownProps
extends
, , | Name | Type | Default | Description |
|---|---|---|---|
children | | The markdown content itself. | |
customComponentMappings? | undefined | A map of HTML tags (e.g., 'a', 'h1') to functions that provide custom implementations, allowing for the override of default rendering. | |
onSelectionChange? | (selection: ) => | |