MDL-63303 message: message/edit.php opens setttings in message drawer
[moodle.git] / filter / mathjaxloader / readme_moodle.txt
blob055a986e8b64071263a1ca0637ff44f80512b218
1 Description of MathJAX library integration in Moodle
2 ====================================================
4 * Default MathJax version: 2.7.2
5 * License: Apache 2.0
6 * Source: https://www.mathjax.org/
8 This library is not shipped with Moodle, but this filter is provided, which can be used to
9 correctly load MathJax into a page from the CDN. Alternatively you can download the entire
10 library and install it locally, then use this filter to load that local version.
12 Upgrading the default MathJax version
13 -------------------------------------
15 1. Update the default CDN URL in settings.php
16 2. Perform an upgrade step to change the configured URL if it matches the
17    previous default.
18 3. Check and eventually update the list of language mappings in filter.php.
19    Also see the unit test for the language mappings.