config: use inline math and common characters

Latex errors cannot be parsed by humans, so just use inline math which we had working elsewhere already.

Also use simplified character for ế, for latex compatibility.
This commit is contained in:
Laurens Valk
2020-01-16 15:03:54 +01:00
parent 686a3b8147
commit f5094cfaba
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"**/_version.py",
],
"spellright.ignoreRegExps": [
"/.. math::[^]*?.. endmath/gm",
"/:math:`[^]*?`/gm",
"/``[^]*?``/gm",
"/'[^]*?'/gm",
"/.. data:: [^]*?'*$/gm",