Kaynağa Gözat

don't parse math equations in code blocks

Hakim El Hattab 6 ay önce
ebeveyn
işleme
5a275f223b
3 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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 => {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 1
plugin/math/math.esm.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
plugin/math/math.js


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor