@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface ConvertHtmlTableOptions

    Options for convertHtmlTable

    interface ConvertHtmlTableOptions {
        bitmarkOptions?: BitmarkOptions;
        fileOptions?: FileOptions;
        inputFormat?: InputFormatType;
        jsonOptions?: JsonOptions;
        keepUnknownTags?: boolean;
        noBreakscaping?: false;
        outputFile?: string;
        outputFormat?: OutputType | "html";
        tableFormat?: string;
    }
    Index
    bitmarkOptions?: BitmarkOptions
    fileOptions?: FileOptions
    inputFormat?: InputFormatType
    jsonOptions?: JsonOptions
    keepUnknownTags?: boolean
    noBreakscaping?: false

    Not supported — true throws LegacyUnsupportedError at runtime.

    outputFile?: string
    outputFormat?: OutputType | "html"
    tableFormat?: string