hexojs / hexo-renderer-pandoc

A pandoc-markdown-flavor renderer for hexo.
https://npmjs.com/hexo-renderer-pandoc
MIT License
118 stars 33 forks source link

pandoc 渲染 GFM 格式,转换成 html 显示不太正确 #64

Closed longluo closed 5 months ago

longluo commented 5 months ago

Check List

Feature Request

I used this config to render the markdown:

I use this, but it doesn't woks.

pandoc:
  args:
    - "-f"
    - "gfm"
    - "-t"
    - "html"
    - "--mathjax"

but the rendered html is this:

捕获1

what we want to rendered out result is:

捕获2

I have seen that hugo can render well, so I wonder why!

Additional context

No response

Ritsuka314 commented 5 months ago

Please continue the discussion in the original issue report #63