@wdprlib/render
    Preparing search index...

    Function renderBibliographyCite

    • Render an inline bibliography citation reference: ((bibcite label)).

      Produces a clickable superscript link that scrolls to the corresponding bibliography entry. The rendered HTML structure matches Wikidot output:

      <a href="javascript:;" class="bibcite" id="bibcite-N-XXXXX"
      onclick="WIKIDOT.page.utils.scrollToReference('bibitem-N')">N</a>

      If the label does not match any bibliography entry, the raw label text is rendered instead.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: BibliographyCiteData

        Citation data containing the bibliography label.

      Returns void