Hacker News new | ask | show | jobs
by jahewson 2657 days ago
> Does TeX semantics have something that MathML does not yet have?

It does not. In fact MathML captures much richer information than TeX.

> MathJax works with both MathML and TeX. Is there difference in the rendering when using different markup with MathJax?

There shouldn’t be. MathJax internally converts TeX input into an intermediate MathML AST before rendering.