asciimath / asciimathml

A new home for asciimathml
http://asciimath.org/
MIT License
957 stars 183 forks source link

Fraction bars aren't rendered as text #146

Open grantelledge opened 1 year ago

grantelledge commented 1 year ago

I know this might be beyond the scope of this project, but the CSS text attribute doesn't include fraction bars. The result, in my case, is that the transparency I'm attempting to use (background-clip: text;) doesn't render. This is x/0, which renders normally elsewhere:

image

Thanks for considering, let me know if I can provide further documentation!

grantelledge commented 1 year ago

Also, it's worth mentioning I love this tool -- I built a whole project around using MathJax!

drlippman commented 1 year ago

This sounds like an issue with the rendering output of MathJax, which is outside the scope of this repo. You'd want to report that on the MathJax repo.