clayh53 / tufte-jekyll

Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books
MIT License
620 stars 206 forks source link

Would it be possible to only use $..$ and $$..$$ for inline and outline math? #59

Closed iliveinhongkong closed 4 years ago

iliveinhongkong commented 7 years ago

Currently using {% m %}mathjax expression{% em %} and {% math %}mathjax expression{% endmath %} is way too painful...

As one user pointed out Jekyll's default Markdown renderer has built in mathjax support: http://kramdown.gettalong.org/math_engine/mathjax.html

clayh53 commented 4 years ago

I have modified the repo to use $$.. $$ for MathJax expressions instead of the cumbersome custom Liquid tags