@wdprlib/render
    Preparing search index...

    Function renderMathInline

    • Render an inline math element ([[$...$]]).

      Produces a <span class="math-inline"> containing:

      • A hidden <code class="math-source"> with the raw LaTeX
      • A <span class="math-render"> with the MathML output (or $...$ error fallback)

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: MathInlineData

        Inline math data with LaTeX source.

      Returns void