How to use the katex/contrib/auto-render/auto-render.js function in katex

To help you get started, we’ve selected a few katex examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ink-components / ink-components / src / InkArticle.js View on Github external
renderMath() {
        // This is necessary to render inline math for firefox.
        // s are treated differently.
        renderMathInElement(this, MATH_RENDER_OPTIONS);
    }
    renderOutline() {