parpalak / upmath.me

Markdown and LaTeX online editor - create text for web with equations and diagrams
https://upmath.me/
MIT License
329 stars 40 forks source link

mathjax support #23

Closed 0-andy-0 closed 3 years ago

0-andy-0 commented 4 years ago

How do I get the equations rendered in the browser, I mean, using mathml/mathjax, instead of as images (forbidden by new accessibility legislation for public bodies)

parpalak commented 4 years ago

It's unlikely that MathJax will be supported. It has a different approach: https://github.com/mathjax/MathJax-src/issues/89.

Which accessibility features are missing in Upmath? The img tags have alt attributes with the source of the equation. Isn't that enough?