Liaoyuan Li
Liaoyuan Li

Reputation: 11

hexo next theme inline math render support

My next theme can not render inline math with $$ even when I did the setup as below:

  1. package
npm uninstall hexo-renderer-marked
npm install hexo-renderer-pandoc
  1. config.yaml
per_page:true
  mathjax:
    enable: true
  1. post formatter mathjax: true

attach files: ![image](https://github.com/user-attachments/assets/8a75847b-5b85-4412-b9d8-1efda9583bd1) image image image

The only thing I could image is that the pandoc pug was installed in another enironment so that the render was offset.

Upvotes: 0

Views: 24

Answers (1)

Liaoyuan Li
Liaoyuan Li

Reputation: 11

I avoid it by using markeddown it.

Upvotes: 0

Related Questions