mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
12a45cff1b
Uses nodejs to call phantomjs that renders the tex input using MathJax and returns a json object that includes both the SVG and the MathML representation. The project was forked from https://github.com/agrbin/svgtex. Co-Authored-By: Gabriel Wicke <gwicke@wikimedia.org> Co-Authored-By: Moritz Schubotz <wiki@physikerwelt.de> Change-Id: Ie5f24006c3aacd8f61f48ca275acd63a418d7529
33 lines
393 B
Plaintext
33 lines
393 B
Plaintext
{
|
|
"predef": [
|
|
"ve",
|
|
|
|
"setImmediate",
|
|
|
|
"QUnit"
|
|
],
|
|
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"regexp": false,
|
|
"undef": true,
|
|
"strict": false,
|
|
"trailing": true,
|
|
|
|
"smarttabs": true,
|
|
"multistr": true,
|
|
|
|
"node": true,
|
|
|
|
"nomen": false,
|
|
"loopfunc": true
|
|
//"onevar": true
|
|
}
|