wdpr
    Preparing search index...
    • Initialize bibliography citation tooltips within the given root element.

      Attaches delegated mouseenter and mouseleave listeners (using capture phase) to display Wikidot-compatible hover tooltips when the user hovers over a.bibcite links. The tooltip shows the bibliography entry content with a heading and a footer instruction.

      Parameters

      • root: HTMLElement

        The root DOM element containing rendered Wikidot markup.

      Returns ModuleCleanup

      A cleanup handle whose destroy() method removes all listeners.