Skip to content

teamdable/hexo-renderer-mathjax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MathJax Renderer Plugin for Hexo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • HTML 36.1%