update annotations

This commit is contained in:
黄伟韬 2024-08-12 20:30:46 +08:00
parent 42da3b1fe8
commit ae4b65fdfd

View file

@ -362,7 +362,7 @@ def repair_escape_error(commands):
When the original JSON string is " {"content":"\\\\( \\\\frac{1}{2} \\\\)"} ",
The "content" will be parsed correctly to "\( \frac{1}{2} \)".
However, if the orginal JSON string is " {"content":"\( \frac{1}{2} \)"}" directly.
However, if the original JSON string is " {"content":"\( \frac{1}{2} \)"}" directly.
It will cause a parsing error.
To repair the wrong JSON string, the following transformations will be used: