wdpr
    Preparing search index...
    • Render a named anchor (bookmark target) element: [[#anchor-name]].

      Produces <a name="anchor-name"></a> which serves as a link target for #anchor-name URL fragments.

      Parameters

      • ctx: RenderContext

        The current render context.

      • name: string

        The anchor name (fragment identifier).

      Returns void