@wdprlib/render
    Preparing search index...

    Function renderFootnoteRef

    • Render an inline footnote reference as a superscript link.

      Produces <sup class="footnoteref"><a id="footnoteref-N" ...>N</a></sup>.

      Parameters

      • ctx: RenderContext

        The current render context.

      • index: number

        The 1-based footnote number.

      Returns void