petalbid-frontend
    Preparing search index...
    • 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.

      Parameters

      • props: DocumentRendererProps

        The props for the component.

        Props for the DocumentRenderer component.

        • content: string

          The Markdown content to be rendered as a string.

      Returns Element

      The rendered Markdown content within a styled container.