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

Improve mathjax handling #35

Closed ghost closed 8 years ago

clayh53 commented 8 years ago

I agree. Let me stew on this a bit. I think the marginnote and sidenote content ought to remain in the feed, and it is just a matter of where it should go.

On Mar 10, 2016, at 4:11 AM, Nick notifications@github.com wrote:

This isn't the best way to handle this... just an interim. It would be better to move all marginnote and sidenote content into footnotes for feed.xml. This way if someone is reading the site via a feed reader, they could still see the content at the bottom of each article.

— Reply to this email directly or view it on GitHub.

ghost commented 8 years ago

OK. Let me pull that out into a branch, and make this PR about mathjax.

ghost commented 8 years ago

As of now this PR enables $ for inline equations, and lets people toggle it on and off. Also removes .jekyll-metadata and cleans up plugin commenting.

Since mathjax is part of kramdown your plugin for that is not needed. Do you want to delete it? If so, the Readme should be updated regarding mathjax usage. Changed from {% m %} to $ etc.