theChosenOne
theChosenOne
Actually, I think they are just using the converter in the main repo :P https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMath2TeX.php
Any updates here?
No problem. I am not sure, maybe it is slightly overkill :P Doubt it will be efficient, but this code is just creating an ast and replacing some symbols, so...
No it isn't so crazy. But why do that when you can just run the javascript in python 😎 I suppose its up to you though. Another implementation would probably...
I would also add that there should be some documentation about using SVG.js with es6 imports. I'm currently using webpack, and by running: ```import * as SVG from 'svg.js'``` I...
Oh okay, well if you're using katex; asciimath [has a converter here](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js) This converter can just convert asciimath to latex Theres a [guide for it here](https://www.intmath.com/help/asciimath-input-latex-katex-output.php). I can try to...
I'd like to give it a go at some point, but I'll probably be too busy to do it over the next few months, but if I do get some...
I'm sorry I haven't gotten to this. Its been on my todo list for a while, but I'm just way too busy to give it enough time