Skip to content

能够解析['\(', '\)'], ['\[', '\]']包围的公式吗 #436

Open
@jiabochao

Description

哈喽,想请教一下,如果公式使用小括号和中括号样式的可以支持解析吗,目前发现设置了配置后不生效

MathJax = {
        loader: { load: ['[tex]/ams'] },
        tex: {
          packages: { '[+]': ['ams'] },
          tags: 'ams',
          inlineMath: [
            ['$', '$'],
            ['\$', '\$'],
            ['\(', '\)'],
            ['\\(', '\\)'],
          ], // ["$","$"],["\$","\$"],["\(","\)"],["\\(","\\)"]
          displayMath: [
            ['$$', '$$'],
            ['\[', '\]'],
          ],
        },
        svg: { fontCache: 'none' },
      }

md/index.html

Line 89 in 876a313

MathJax = {

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