Releases: ccorn/sskatex
Releases · ccorn/sskatex
New bugfix release
release_0_9_39 New bugfix release
Compatibility fixes
release_0_9_38 New release with compatibility fixes
release_0_9_37
New release incorporating @glebm's fix #3
release_0_9_36
Minor bugfix release
release_0_9_35
Version bump for release
release_0_9_30: Updated test HTML outputs to KaTeX-0.9.0alpha2
Done with `rake dev:update_katex_tests`
release_0_9_23: Many methods now take an optional block to use in place of #logger.
Pre-release
This allows creation of SsKaTeX objects without external references in their #logger, yet capable of logging method calls where requested.
release_0_9_20: Yet another TeXmath-to-HTML gem. This one uses KaTeX and ExecJS.
Pre-release
This is a TeX-to-HTML+MathML+CSS converter class using the Javascript-based KaTeX, interpreted by one of the Javascript engines supported by ExecJS. The intended purpose is to eliminate the need for math-rendering JavaScript in the HTML browser. Consider this a lightweight alternative to mathjax-node-cli. Javascript execution context initialization can be done once and then reused for formula renderings with the same general configuration. As a result, the performance is reasonable. Originally added directly to a kramdown fork. However, relying on config from potentially untrusted sources to find the necessary Javascript files might open security vulnerabilities. Therefore we chose to make that feature upgrade an opt-in requiring dedicated admin action, namely the explicit installation of this gem.