denjones / hexo-theme-chan

A super simple and elegant theme for hexo
http://denjones.github.io/hexo-theme-chan/
MIT License
146 stars 52 forks source link

cannot format math expression #3

Closed methor closed 8 years ago

methor commented 8 years ago

I installed hexo-math plugin which supports mathjax with math block syntax

$$< latex-like math expr >$$.

Such block shows correctly under landscape theme, but incorrect under chan. What is the problem?

denjones commented 8 years ago

I think it's a bug of hexo-math https://github.com/akfish/hexo-math/issues/26 Or maybe you can use https://github.com/phoenixcw/hexo-renderer-mathjax instead.