Skip to content

Releases: ccorn/sskatex

New bugfix release

27 Jan 11:17
Compare
Choose a tag to compare
New bugfix release Pre-release
Pre-release
release_0_9_39

New bugfix release

Compatibility fixes

26 Jan 12:06
Compare
Choose a tag to compare
Compatibility fixes Pre-release
Pre-release
release_0_9_38

New release with compatibility fixes

release_0_9_37

25 Jan 04:01
Compare
Choose a tag to compare
release_0_9_37 Pre-release
Pre-release
New release incorporating @glebm's fix #3

release_0_9_36

05 Dec 17:45
Compare
Choose a tag to compare
release_0_9_36 Pre-release
Pre-release
Minor bugfix release

release_0_9_35

03 Dec 23:35
Compare
Choose a tag to compare
release_0_9_35 Pre-release
Pre-release
Version bump for release

release_0_9_30: Updated test HTML outputs to KaTeX-0.9.0alpha2

30 Nov 16:11
Compare
Choose a tag to compare
Done with `rake dev:update_katex_tests`

release_0_9_23: Many methods now take an optional block to use in place of #logger.

23 Nov 07:20
Compare
Choose a tag to compare
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.

23 Nov 07:18
Compare
Choose a tag to compare
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.