Closed charlesfries closed 7 months ago
Thanks for the PR @charlesfries! Would you be interested in finishing it up or would you like some help?
Thanks @RobbieTheWagner, it should be good now. The only minor annoyance is the usage of declare const Prism: any;
; I tried installing @types/prismjs
and then importing Prism
from prismjs
but that seems to slightly change the padding of the code blocks on the test app.
Not sure what the deal is there but I just left the globals in and added that line.
LGTM, thanks for the PR!