mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
b029a4037e
modules/MathJax is a third party library, we do not want to report JSHint errors for it. Any errors there should be committed upstream. Change-Id: I48a73eacb635149141e554853bf4aef65ecdcd49 |
||
---|---|---|
db | ||
math | ||
modules | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
Math.hooks.php | ||
Math.i18n.php | ||
Math.php | ||
mathParserTests.txt | ||
MathRenderer.php | ||
README |
This version (for MediaWiki 1.19) has some changes since previous versions: * rendering options have been reduced to just 'Always PNG' and 'Leave it as TeX' ** all other rendering options will merge to PNG. * initial experimental support for integrating MathJax client-side rendering See the README in the math subdirectory for more info on setting up the low-level conversion tools.