0.1.0 • Published 7 years ago

hexo-static-math v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hexo-static-math

A hexo plugin which renders math expressions into the generated html files.

How to install

npm install hexo-static-math --save

Usage

  • Display as block: {% math %} h_\theta(x) = \theta^Tx {% endmath %} or `$$ h_\theta(x) = \theta^Tx $$`
  • Display inline: {% math inline %} blabla.. {% endmath %} or `$ blabla.. $`