ISPO SDK
    Preparing search index...

    Interface DocumentsToMarkdownResult

    Markdown
    interface DocumentsToMarkdownResult {
        markdown: string;
        truncated: boolean;
    }
    Index
    markdown: string

    GitHub-Flavored Markdown.

    truncated: boolean

    True when the conversion was longer than the host's return cap and the Markdown above is a prefix of the real document.