The best I've sound so far is MathML.
Unfortunately:
* it's FireFox only
* Chrome dropped support
* I really like Chrome's debugger
* It's also slow-ish
On Sun, Mar 16, 2014 at 4:04 AM, Jony Hudson wrote:
> It doesn't help answer your question, but FWIW: I know MathJax renders
> dynami
It doesn't help answer your question, but FWIW: I know MathJax renders
dynamically into an existing DOM node because it needs to get sizing
information before it renders. This means, for instance, that you can't
even render into a DOM fragment off-screen.
Jony
On Saturday, 15 March 2014 03:36
Not quite what you are looking for, but the expresso project contains some
good tools for representing and manipulating mathematical s-expressions:
https://github.com/clojure-numerics/expresso
If anyone is thinking of writing / building a renderer it would be good to
co-ordinate on a standard w
Hi,
I'm aware of MathJax, JsMath, MathQuill, MathDox.
However, I'm wondering if anyone have implemented a pure clojure
math renderer (not just a binding, but with the actual rendering in
Clojure).
What I find frustrating about existing solutions is their
im-pureness. The basic idea is: