hexo-renderer-mathjax

0.6.0 • Public • Published

MathJax Renderer Plugin for Hexo

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hexo-renderer-mathjax

    Weekly Downloads

    408

    Version

    0.6.0

    License

    MIT

    Last publish

    Collaborators

    • phoenixcw