hexo-static-math
v0.1.0
Published
A hexo plugin which renders equations into the generated html files.
Downloads
26
Readme
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.. $`
