hexo-static-math

0.1.0 • Public • Published

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.. $`

Readme

Keywords

Package Sidebar

Install

npm i hexo-static-math

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • fuchen1983