jaredkrinke / md2blog

Zero-config static site generator for dev blogs
https://jaredkrinke.github.io/md2blog/
Other
49 stars 3 forks source link

Research LaTeX/MathJax support #5

Open jaredkrinke opened 2 years ago

jaredkrinke commented 2 years ago

Suggestion from here: https://news.ycombinator.com/item?id=29383723

On NPM, MathJax claims to have no dependencies, so if it's just JavaScript (and maybe WebAssembly), with a compatible license, this might be a good addition (as long as it doesn't increase the module size too much.

Note: there's currently no infrastructure for optional plugins in md2blog, but that would be another option if this is more than a megabyte or two of binary size.