Change Log

v0.3.3 (2021-05-16)

v0.3.2 (deprecated)

v0.3.1 (2021-05-14)

v0.3.0 (2021-05-12)

v0.2.3

The backgroundColor property of KatexView's inner webview is now setted to .clear instead of .white.

v0.2.2

KatexView now support custom CSS. You can use its customCss property to control the display style. For example, to set the font-size to 1.1x:

katexView.customCss = ".katex { font-size: 1.1em; }"