From 819a68d8480e0b500ec207a74a5a6b53fa8621ef Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 4 Oct 2022 15:42:00 +0200
Subject: [PATCH] FIX: Fix code block

---
 src/doc/converters.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/doc/converters.rst b/src/doc/converters.rst
index a30a7d92..7ec93535 100644
--- a/src/doc/converters.rst
+++ b/src/doc/converters.rst
@@ -185,6 +185,7 @@ a SourceResolver that is able to attach a source element to another entity.
 **Note**: This example might become a standard crawler soon, as part of the scifolder specification. See https://doi.org/10.3390/data5020043 for details. In this documentation example we will, therefore, add it to a package called "scifolder".
 
 First we will create our package and module structure, which might be:
+
 .. code-block::
 
    scifolder_package/
-- 
GitLab