A component that renders a Markdown string into styled HTML content. It uses react-markdown for the rendering and Material-UI's Box for layout and styling.
react-markdown
Box
The props for the component.
Props for the DocumentRenderer component.
The Markdown content to be rendered as a string.
The rendered Markdown content within a styled container.
A component that renders a Markdown string into styled HTML content. It uses
react-markdownfor the rendering and Material-UI'sBoxfor layout and styling.