moodle/filter/mathjaxloader
Damyon Wiese aaf6f1e8f2 MDL-43856 MathJax: Dynamically load mathjax into the page (as required).
This is to solve a tricky edge case, when a page has no equations, and then an AJAX
action loads filtered content which contains an equation. (The glossary filter can do this).

To fix this I split the loading into configuration and typesetting. The config always happens,
but does not load the external mathjax libraries. The typesetting happens when an equation is
found - and is what triggers the load of MathJax. This can happen in response to an AJAX event.
2014-04-04 14:18:50 +08:00
..
lang/en MDL-43856 MathJax: Add a setting for additional delimiters to support e.g. ASCIIMATH 2014-04-04 13:30:08 +08:00
yui MDL-43856 MathJax: Dynamically load mathjax into the page (as required). 2014-04-04 14:18:50 +08:00
filter.php MDL-43856 MathJax: Dynamically load mathjax into the page (as required). 2014-04-04 14:18:50 +08:00
readme_moodle.txt
settings.php MDL-43856 MathJax: Add a setting for additional delimiters to support e.g. ASCIIMATH 2014-04-04 13:30:08 +08:00
styles.css
version.php