@wdprlib/decompiler
    Preparing search index...

    Interface DecompileOptions

    Options for decompile and htmlToAst.

    interface DecompileOptions {
        inlineFootnotes?: boolean;
    }
    Index

    Properties

    Properties

    inlineFootnotes?: boolean

    Whether to restore footnotes inline (default: true).