mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2025-01-07 12:24:10 +00:00
7780424504
* Keep status code and response in memory * Allow external cache preloading. This will be required for the one-stop mathoid batch rendering * Duplicate functionality from the restBASE interface ** Error rendering ** Validity checks ** getter for validated tex Depends-On: Ic779e671ada0d0306e0935e578b47c431abd520e Change-Id: I066975b9ba03f5861f6c92687cba4743044ea82a
40 lines
711 B
JSON
40 lines
711 B
JSON
{
|
|
"success": true,
|
|
"checked": "1.5\\%",
|
|
"requiredPackages": [],
|
|
"identifiers": [],
|
|
"endsWithDot": false,
|
|
"warnings": [
|
|
{
|
|
"type": "texvc-deprecation",
|
|
"details": {
|
|
"error": {
|
|
"message": "Deprecation: % and $ need to be escaped.",
|
|
"expected": [],
|
|
"found": "%",
|
|
"location": {
|
|
"start": {
|
|
"offset": 4,
|
|
"line": 1,
|
|
"column": 5
|
|
},
|
|
"end": {
|
|
"offset": 5,
|
|
"line": 1,
|
|
"column": 6
|
|
}
|
|
},
|
|
"name": "SyntaxError"
|
|
},
|
|
"success": false,
|
|
"warnings": [],
|
|
"status": "S",
|
|
"details": "SyntaxError: Deprecation: % and $ need to be escaped.",
|
|
"offset": 4,
|
|
"line": 1,
|
|
"column": 5
|
|
}
|
|
}
|
|
]
|
|
}
|