From 537b1678e0c7ce469c18c60c4cc06bbd3c002e72 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sat, 13 Sep 2025 08:58:31 -0700 Subject: [PATCH] Indent parse-error json showcase codeblock --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4dcf8d55..b0e6e1cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,13 +51,14 @@ Base Invidious video retrieval without Invidious companion has been made more st - `Kilt` is no longer a dependency of Invidious - The ARM64 docker image builds (and the test CI) now uses Github's ARM64 runner instead of QEMU - **An "error" JSON object can now be returned in various API responses in-place of an item that has failed to parse**: - ```json - { - "type": "parse-error", - "errorMessage": "...", - "errorBacktrace": "..." - } - ``` + + ```json + { + "type": "parse-error", + "errorMessage": "...", + "errorBacktrace": "..." + } + ``` ### Bugs fixed #### User-side