0.6.0 • Published 9 years ago

hexo-renderer-mathjax v0.6.0

Weekly downloads
57
License
MIT
Repository
github
Last release
9 years ago

MathJax Renderer Plugin for Hexo

npm version Build Status Coverage Status Dependency Status

Add support of MathJax for Hexo.

INSTALL

$ npm install hexo-renderer-mathjax --save

Edit _config.yml:

plugins:
- hexo-renderer-mathjax

Sample

Write the following latex code:

$$
\frac{\partial u}{\partial t} = h^2 \left( \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} + \frac{\partial^2 u}{\partial z^2}\right)
$$

Then you will get:

sample

0.6.0

9 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago