Skip to content

Commit

Permalink
Document the correct order for filters (avoid conflicts with images)
Browse files Browse the repository at this point in the history
fixes #44
  • Loading branch information
andreas-web committed Oct 7, 2024
1 parent 8a33df7 commit 84b6c66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ To use the pre-installed `MathJax` notation within the board, your **Moodle admi

1. Go to `Moodle -> Site administration -> Plugins -> Filters -> Manage filters`
2. If not already done, enable the `MathJax` filter
3. Arrange the filters so, that `MathJax` is before `JSXGraph`.
3. Arrange the filters so, that
-`MathJax` is **before** `JSXGraph`
-`Convert URLs into links and images` is **after** `JSXGraph`
4. If the `TeX notation` filter is activated, this must be arranged below `MathJax`

After this changes **everyone** can use `MathJax` notation `$$(...)$$` within the board of JSXGraph as follows:
Expand Down

0 comments on commit 84b6c66

Please sign in to comment.