@wdprlib/render
    Preparing search index...

    Function renderFootnoteBlock

    • Render a [[footnoteblock]] element that lists all footnote bodies.

      Produces a Wikidot-compatible structure:

      <div class="footnotes-footer">
      <div class="title">Footnotes</div>
      <div class="footnote-footer" id="footnote-1">
      <a href="javascript:;">1</a>. ...content...
      </div>
      </div>

      If there are no footnotes, the block is not rendered at all.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: FootnoteBlockData

        Footnote block data with optional custom title.

      Returns void