浏览代码

don't parse math equations in code blocks

Hakim El Hattab 7 月之前
父节点
当前提交
5a275f223b
共有 3 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      plugin/math/katex.js
  2. 0 1
      plugin/math/math.esm.js
  3. 0 0
      plugin/math/math.js

+ 1 - 1
plugin/math/katex.js

@@ -16,7 +16,7 @@ export const KaTeX = () => {
 			{left: '\\(', right: '\\)', display: false},
 			{left: '\\[', right: '\\]', display: true}
 		],
-		ignoredTags: ['script', 'noscript', 'style', 'textarea', 'pre']
+		ignoredTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
 	}
 
 	const loadCss = src => {

文件差异内容过多而无法显示
+ 0 - 1
plugin/math/math.esm.js


文件差异内容过多而无法显示
+ 0 - 0
plugin/math/math.js


部分文件因为文件数量过多而无法显示