Circle V2 API Docs
    Preparing search index...
    interface MarkdownRendererProps {
        children: string;
        variant?: "compact";
    }
    Index

    Properties

    Properties

    children: string

    The markdown or HTML string to render. Accepts both markdown and raw HTML.

    variant?: "compact"