孩子又来求助Hexo了
查看原帖
孩子又来求助Hexo了
857626
_RainCappuccino_楼主2023/7/1 12:05
markdown:
  preset: 'default'
  render:
    html: true
    xhtmlOut: true
    breaks: true
    langPrefix: 'language-'
    linkify: true
    typographer: true
    quotes: '“”‘’'
  plugins:
    - 'markdown-it-footnote'
    - 'markdown-it-ins'
    - 'markdown-it-mark'
    - 'markdown-it-sub'
    - 'markdown-it-sup'
    - name: '@renbaoshuo/markdown-it-katex'
      options:
        skipDelimitersCheck: true

添加之后还是不支持KaTeXKaTeX

2023/7/1 12:05
加载中...