From 4e03eadf79908e66251567e518e8109173859344 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Tue, 1 Aug 2023 10:28:57 +0000
Subject: [PATCH] Update maintenance-tasks.md

---
 .../advanced-features/maintenance-tasks.md           | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/docs/system-admin-documentation/advanced-features/maintenance-tasks.md b/docs/system-admin-documentation/advanced-features/maintenance-tasks.md
index 134edf054fc..3e13e1fc01c 100644
--- a/docs/system-admin-documentation/advanced-features/maintenance-tasks.md
+++ b/docs/system-admin-documentation/advanced-features/maintenance-tasks.md
@@ -755,10 +755,11 @@ makes several assumptions on the database schema:
     -   REAL: fixed or floating point number 
     -   all other data types are mapped to text.
 
-The general format of the mapping file is as follows:
 
-\[<Material Type Code>: <table Name>, <code column
-name>\]
+The general format of the mapping file is as follows:
+```
+[<Material Type Code>: <table Name>, <code column
+name>]
 
 <Property Type Code>: <column name>
 
@@ -766,14 +767,15 @@ name>\]
 
 ...
 
-\[<Material Type Code>: <table Name>, <code column
-name>\]
+[<Material Type Code>: <table Name>, <code column
+name>]
 
 <Property Type Code>: <column name>
 
 <Property Type Code>: <column name>
 
 ...
+```
 
  Example:
 
-- 
GitLab