jyc / indoor-wiki

Indoor Wiki is a program you can use to browse Markdown files in a directory.
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Embed MathJax? #2

Open jyc opened 8 years ago

jyc commented 8 years ago

One goal I had was for everything to be usable offline. But because MathJax is so big, we load it from a remote CDN. This won't work if you're offline, and I wonder if there are even security concerns.

pkra commented 8 years ago

This might be useful https://github.com/mathjax/MathJax-grunt-cleaner; most use cases need only about ~1.5MB of MathJax's components.