mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
ignore tex environments/refs outside of math tags
This commit is contained in:
parent
e166b2204d
commit
324f3716ae
1 changed files with 18 additions and 16 deletions
|
|
@ -6,6 +6,8 @@ window.MathJax = {
|
||||||
},
|
},
|
||||||
tex2jax: {
|
tex2jax: {
|
||||||
displayMath: [["\\[", "\\]"]],
|
displayMath: [["\\[", "\\]"]],
|
||||||
|
processRefs: false,
|
||||||
|
processEnvironments: false,
|
||||||
},
|
},
|
||||||
messageStyle: "none",
|
messageStyle: "none",
|
||||||
skipStartupTypeset: true,
|
skipStartupTypeset: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue