mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Fix underscores in MathJax breaking rendering
Report: https://forums.ankiweb.net/t/anki-23-12-beta/37771/51 \ln ^{\alpha} x \text{______} x^{\beta}\text{______}a^{x} Cause: https://github.com/mathjax/MathJax/issues/2566#issuecomment-727579057
This commit is contained in:
parent
5f0a74e01f
commit
70ee28b559
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ window.MathJax = {
|
|||
processRefs: false,
|
||||
packages: {
|
||||
"[+]": packages,
|
||||
"[-]": ["textmacros"],
|
||||
},
|
||||
},
|
||||
loader: {
|
||||
|
|
Loading…
Reference in a new issue