as-com / wp-katex

Integrates the fast KaTeX LaTeX typesetter with WordPress
https://andrewsun.com/projects/wp-katex/
GNU General Public License v2.0
9 stars 5 forks source link

Fix "katex is not defined" bug #23

Open tadaskarpavicius opened 2 years ago

tadaskarpavicius commented 2 years ago

In some scenarios katex.render() runs before the script is loaded. Let's do this on 'load' event instead. This way, even if the script is loaded with async and/or defer, it will still run