This package provides a light wrapper over the KaTeX library by Khan Academy.
integral : Html msg
integral =
KaTeX.render """
\int_0^\infty x\,\mathrm{d}x.
"""
This library produces elements with the correct KaTeX classes, but does not include the requisite style sheet to properly display them. Make sure to include the KaTeX css with your app via downloading it here or including a link to a CDN.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.css">