NEWS
katex 1.5.0 (2024-09-29)
- Update to katex.js 0.16.9
katex 1.4.1 (2022-11-28)
- Update to katex.js 0.16.3
- Workaround htmltidy bug not allowing 'em' sizes in Rd files
katex 1.4.0 (2022-02-08)
- Update to katex.js 0.15.2
- render_math_in_html() now works with 'mathjax --katex' output
katex 1.3.0 (2021-09-18)
- Add function render_math_in_html()
katex 1.2.0 (2021-09-11)
- 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
katex 1.1.0 (2021-07-15)
- Add 'html' class to output from katex_html() such that it gets
automatically displayed in Rmarkdown.
- Add workaround for Windows encoding bug in math_to_rd().
The bug should be fixed in R for Windows 4.1.1.
- Add a vignette with some examples
katex 1.0.0 (2021-07-07)