Equation Citator v1.3.7 Documentation
    Preparing search index...

    Function mathCitationPostProcessorAbstract

    • Reading Mode Post-Processor For design purpose, the cite will rendered once it has \ref{...} format, This will not render other part, for $txt1\ref{eq:1.1}txt2$, it will only render the ref{eq:1.1} part.

      Parameters

      • plugin: default
      • el: HTMLElement
      • ctx: MarkdownPostProcessorContext
      • citationCache: CitationCache

        citation cache instance of the plugin, to get citation data from cache

      Returns Promise<void>