koka-lang / madoko

Madoko is a fast markdown processor for high quality academic and technical articles
Other
393 stars 42 forks source link

Allow to represent mathematics using an alternative to SVG #67

Open brunoprietog opened 3 years ago

brunoprietog commented 3 years ago

Allow to represent mathematics using an alternative to SVG with MathJax, KaTeX or MathML, for accessibility purposes. The project is very interesting to generate html documents accessible to people with disabilities, and everything works perfectly until the representation of mathematics. The fact that they are converted to SVG prevents a screen reader from reading them. If this was done using the MathML standard, or using the MathJax or KaTeX libraries that interpret the LaTeX code to later render them in the browser, they would also be accessible to people with disabilities.