Author:
    Creation:2026-01-21Last update:2026-01-21

    MarkdownRenderer Component Documentation

    The MarkdownRenderer component renders Markdown content using custom components.

    Usage

    tsx
    import { MarkdownRenderer } from "react-intlayer/markdown";
    
    const MyComponent = () => (
      <MarkdownRenderer># My Title My content</MarkdownRenderer>
    );
    

    Props

    PropTypeDescription
    childrenstringThe Markdown content to render.
    componentsOverridesA map of custom components to use for specific Markdown elements.
    optionsMarkdownOptionsAdditional options for the Markdown renderer.