Changes in version 1.5.0 (2024-09-29) o Update to katex.js 0.16.9 Changes in version 1.4.1 (2022-11-28) o Update to katex.js 0.16.3 o Workaround htmltidy bug not allowing 'em' sizes in Rd files Changes in version 1.4.0 (2022-02-08) o Update to katex.js 0.15.2 o render_math_in_html() now works with `mathjax --katex` output Changes in version 1.3.0 (2021-09-18) o Add function render_math_in_html() Changes in version 1.2.0 (2021-09-11) o Better workaround for Windows encoding bug in R < 4.1.2: html output automatically gets escaped now on these versions of R. See https://bugs.r-project.org/show_bug.cgi?id=18152 Changes in version 1.1.0 (2021-07-15) o Add 'html' class to output from katex_html() such that it gets automatically displayed in Rmarkdown. o Add workaround for Windows encoding bug in math_to_rd(). The bug should be fixed in R for Windows 4.1.1. o Add a vignette with some examples Changes in version 1.0.0 (2021-07-07) o CRAN release