From f9ec57777d2d26640d36bfdb662bf58d21c94c6d Mon Sep 17 00:00:00 2001
From: Florian Fischer <florian.fischer-2@mni.thm.de>
Date: Tue, 14 Jan 2025 15:14:12 +0100
Subject: [PATCH] adds line break

---
 docs/index.rst  | 2 +-
 docs/schema.rst | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/index.rst b/docs/index.rst
index 4cf3c01..dc75695 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,7 +3,7 @@ JSON Schema for the Quality Control Format
 
 .. toctree::
    :maxdepth: 2
-   :caption: Inhalt:
+   :caption: Content:
 
    schema
 
diff --git a/docs/schema.rst b/docs/schema.rst
index dac45fa..3667186 100644
--- a/docs/schema.rst
+++ b/docs/schema.rst
@@ -3,6 +3,7 @@ Schema
 Hier ist ein tolles Schema ...
 
 .. code-block:: JSON
+
     {
     "$schema": "http://json-schema.org/draft-07/schema#",
     "title": "JSON schema quality control lotsize 1",
-- 
GitLab