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 to render. | |
customComponentMappings? | undefined | A map of HTML tags (e.g., | |
onSelectionChange? | (selection: ) => | | Callback fired whenever the user's text selection within the rendered
markdown changes. Receives a |