Skip to content

katex渲染公式重复 #1224

@atat1010

Description

@atat1010

请确认

问题描述

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions