@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface MarkdownLike

    Rendered markdown. A vscode.MarkdownString satisfies it.

    interface MarkdownLike {
        value: string;
    }
    Index
    value: string