vigiles API reference
    Preparing search index...

    Interface CompileAgentResult

    interface CompileAgentResult {
        errors: CompileError[];
        markdown: string;
        warnings: CompileError[];
    }
    Index

    Properties

    errors: CompileError[]
    markdown: string
    warnings: CompileError[]

    Non-blocking advisories (e.g. an over-long inline code block).