next-theme / hexo-filter-mathjax

💯 Server side MathJax renderer plugin for Hexo.
https://www.npmjs.com/package/hexo-filter-mathjax
MIT License
105 stars 6 forks source link

Add `every_page` option in config #18

Closed renzibei closed 4 years ago

renzibei commented 4 years ago

When setting enable_every_page as true, all the articles will be rendered by mathjax regardless of the mathjax setting in the Front-matter of each article. This will help those previously use other latex plugins and the people like me who will forget to add mathjax: true in the Front-matter of articles.

stevenjoezhang commented 4 years ago

Do you mind renaming this option to every_page? The name enable_every_page is a bit too long. Thanks for your contribution!

renzibei commented 4 years ago

Do you mind renaming this option to every_page? The name enable_every_page is a bit too long. Thanks for your contribution!

As you wish.