Markdown
Compiles and renders a string of markdown content.
API Reference
Type
Partial<Components>Properties
| Property | Type | Modifiers |
|---|---|---|
| children | string | — |
The markdown content to render. | ||
| components? | Partial<Components> | — |
Components to override the HTML compiled from markdown syntax. | ||
| remarkPlugins? | PluggableList | — |
Remark plugins to use. See PluggableList for more info. | ||
| rehypePlugins? | PluggableList | — |
Rehype plugins to use. See PluggableList for more info. | ||
Compiles and renders a string of markdown content.
Properties
MarkdownPropsReturns
Promise<JSX.Element>Modifiers
asyncLast updated
MDX
NextNavigation