mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
fix '\\' being converted to single backslash
Appears the default changed in 3.x https://github.com/mathjax/MathJax/issues/2532 https://forums.ankiweb.net/t/double-backslashes-in-text-of-notes-are-turned-into-single-backslashes-on-display/9048
This commit is contained in:
parent
9ce129efbc
commit
28f830730e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ window.MathJax = {
|
||||||
displayMath: [["\\[", "\\]"]],
|
displayMath: [["\\[", "\\]"]],
|
||||||
processRefs: false,
|
processRefs: false,
|
||||||
processEnvironments: false,
|
processEnvironments: false,
|
||||||
|
processEscapes: false,
|
||||||
packages: {
|
packages: {
|
||||||
"[+]": ["noerrors", "mhchem"],
|
"[+]": ["noerrors", "mhchem"],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue