Props for the MarkdownText lightweight renderer.
<MarkdownText content="### Release Highlights\n- **Faster sync**\n- See [Docs](https://cupthread.com)" style={{ fontSize: 15 }}/> Copy
<MarkdownText content="### Release Highlights\n- **Faster sync**\n- See [Docs](https://cupthread.com)" style={{ fontSize: 15 }}/>
Markdown formatted string content supporting #, ##, ###, - list, **bold**, *italic*, `code`, and [links](url).
#
##
###
- list
**bold**
*italic*
`code`
[links](url)
Optional
Optional custom text style overrides applied to rendered paragraph and header texts.
Props for the MarkdownText lightweight renderer.
Example