katex渲染公式重复

Author: atat1010Created Nov 10, 2025Updated Nov 10, 2025

请确认

问题描述

katex渲染公式的时候重复渲染:

Image

配置文件config.yaml

markdown:
  render:
    html: true        # 允许在 Markdown 中使用 HTML
    breaks: true      # 换行自动生效
    linkify: true     # 自动识别网址为超链接
  plugins:
    - markdown-it-emoji
    - markdown-it-deflist
    - markdown-it-footnote
    - markdown-it-sub
    - markdown-it-sup
    - markdown-it-task-lists
    - "@traptitech/markdown-it-katex"
  anchors:
    level: 2
    permalink: true
    permalinkSymbol: ''

主题配置:

  math:
    enable: true

    specific: true

    engine: katex

npm list

Source: fluid-dev/hexo-theme-fluid