Math equations rendering through Latex

Hello,
I want to showcase math equations on the website. I want it to be written in Latex.

  1. How can I render latex as maths?
  2. Do I store the latex code as it is in my Xano database, and when that is pulled, have some WeWeb functionality render the code as maths?

It’s not super straightforward but I’d start here:

Or

Yeah so basically you need to embed the JS script there and then save the formulas in the DB, after that you can fetch them from the collections. I’ve done this on a WP site, it isn’t really that hard, the only problem might be the fact that importing JS to WeWeb Editor is a pain in the ass. Should work in the front-end though

Thanks for your reply!

How do I import JS to the weweb Editor?