@wdprlib/decompiler
    Preparing search index...

    Function serializeFootnoteBlock

    • Serialize a footnote-block element to [[footnoteblock]] syntax.

      The parser implicitly appends a default footnote-block at the end of the document. If this block is the last element and has no custom attributes, it is skipped (the parser will re-add it on re-parse).

      Parameters

      • ctx: SerializeContext

        Serialization context

      • data: FootnoteBlockData

        Footnote block data

      • OptionalisLastElement: boolean

        Whether this is the last element in the tree

      Returns void