Physikerwelt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74524


Change subject: allow for pages with a combination of mathml and tex elements
......................................................................

allow for pages with a combination of mathml and tex elements

Change-Id: I20120473004fa9a6676afa9a31ceeb95e7e87495
---
M modules/MathJax/config/default.js
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/24/74524/1

diff --git a/modules/MathJax/config/default.js 
b/modules/MathJax/config/default.js
index a2cd92f..590d4f2 100644
--- a/modules/MathJax/config/default.js
+++ b/modules/MathJax/config/default.js
@@ -293,7 +293,7 @@
     //  as listed below).  You can add to (or remove from) this list to prevent
     //  MathJax from processing mathematics in specific contexts.
     //
-    skipTags: ["script","noscript","style","textarea","pre","code"],
+    skipTags: ["script","noscript","style","textarea","pre","code","math"],
 
     //
     //  This is the class name used to mark elements whose contents should
@@ -380,7 +380,7 @@
     //  as listed below).  You can add to (or remove from) this list to prevent
     //  MathJax from processing mathematics in specific contexts.
     //
-    skipTags: ["script","noscript","style","textarea","pre","code"],
+    skipTags: ["script","noscript","style","textarea","pre","code","math"],
 
     //
     //  This is the class name used to mark elements whose contents should

-- 
To view, visit https://gerrit.wikimedia.org/r/74524
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I20120473004fa9a6676afa9a31ceeb95e7e87495
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: LaTeXML
Gerrit-Owner: Physikerwelt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to