diff --git a/docs/software-developer-documentation/server-side-extensions/core-plugins.md b/docs/software-developer-documentation/server-side-extensions/core-plugins.md
index 0928e3da9d23af8f8d970575ca9038871fcef2cf..3f9fd8c0be44a16c7f274aa0ea3265c3c85e3cab 100644
--- a/docs/software-developer-documentation/server-side-extensions/core-plugins.md
+++ b/docs/software-developer-documentation/server-side-extensions/core-plugins.md
@@ -289,19 +289,21 @@ following file structure is needed:
 
 **service.properties**
 
-    my-technology
-        1
-          dss
-            drop-boxes
-              my-dropbox
-                lib
-                  my-lib.jar
-                dropbox.py
-                plugin.properties
+```
+my-technology
+    1
+        dss
+        drop-boxes
+            my-dropbox
+            lib
+                my-lib.jar
+            dropbox.py
+            plugin.properties
+```
 
 Having this structure, Java classes from "my-lib.jar" can be imported
 and used in "dropbox.py" script.
 
 NOTICE: Currently this feature is only supported for DSS core
 plugins. Under the hood, a symbolic link to a jar file is created in
-"datastore\_server/lib" folder during DSS startup.
\ No newline at end of file
+"datastore\_server/lib" folder during DSS startup.