Theia API Documentation v1.65.0
    Preparing search index...
    interface MarkdownRenderOptions {
        actionHandler?: ContentActionHandler;
        asyncRenderCallback?: () => void;
        className?: string;
        codeBlockRenderer?: (
            languageId: string,
            value: string,
        ) => Promise<HTMLElement>;
        inline?: boolean;
        renderCodeSegments?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionHandler?: ContentActionHandler
    asyncRenderCallback?: () => void
    className?: string
    codeBlockRenderer?: (languageId: string, value: string) => Promise<HTMLElement>
    inline?: boolean
    renderCodeSegments?: boolean