michael-brade / LaTeX.js

JavaScript LaTeX to HTML5 translator
https://latex.js.org
MIT License
770 stars 58 forks source link

Async Custom Macros #135

Open dillondesilva opened 2 years ago

dillondesilva commented 2 years ago

Is it possible to write async functions for custom macros and await them? Any examples on how one would go about this?

Thanks :)