Most of the code is taken from https://github.com/cavacado/dump
I wanted LaTeX support to be inlined and not send some massive JS module over, to do this I tried to use a library called mathup
Mathup looks to be exactly what I need but there's one small issue, it needs to be $$imported$$ into the 11ty config as opposed to required.
Well no biggie right?
ah Every other require() statement needs to be changed to imports
sure why not
oh, oh no the version of 11ty I'm using uses requrie() internally
welp guess we install the canary build and hope for the best