apps/www/content/docs/components/prose.mdx
If you don't already have the snippet, run the following command to add the
prose snippet
npx @chakra-ui/cli snippet add prose
import { Prose } from "@/components/ui/prose"
<Prose>
<div dangerouslySetInnerHTML={{ __html: "..." }} />
</Prose>
Use the size prop to change the size of the Prose component
Blockquote elements are styled to match the design language of the Blockquote
component.
List elements are styled to match the design language of the List component.
Here's an example of using the react-markdown library to render markdown
content.
The table elements are styled to match the design language of the Table
component.