mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
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:
Vendored
+1
-1
@@ -14,7 +14,7 @@
|
||||
"**/_version.py",
|
||||
],
|
||||
"spellright.ignoreRegExps": [
|
||||
"/.. math::[^]*?.. endmath/gm",
|
||||
"/:math:`[^]*?`/gm",
|
||||
"/``[^]*?``/gm",
|
||||
"/'[^]*?'/gm",
|
||||
"/.. data:: [^]*?'*$/gm",
|
||||
|
||||
Reference in New Issue
Block a user