diff --git a/application/source/translations/catalog.go b/application/source/translations/catalog.go
index 96f3554fd805490c3d3343102dd71ab3bc9a9dca..5ba35b3a113d348d359d9aa06ae5aacf9ae5f269 100644
--- a/application/source/translations/catalog.go
+++ b/application/source/translations/catalog.go
@@ -43,37 +43,40 @@ var messageKeyToIndex = map[string]int{
 	"Adds a new document":                          26,
 	"Build the documentation as PDF":               34,
 	"Builds the documentation":                     30,
+	"Code block %s,  in file %s, is not closed":    46,
 	"Command %s not found":                         3,
 	"Error":                                        0,
 	"Functions for creating and editing documents": 23,
 	"Info":                    2,
 	"No active command found": 19,
 	"Not permitted":           4,
-	"Prints the version and build information": 35,
-	"Server command":                       38,
-	"The current directory cannot be read": 41,
-	"The file %s cannot be read":           42,
+	"Prints the version and build information": 36,
+	"Server command":                       39,
+	"The current directory cannot be read": 44,
+	"The file %s cannot be read":           45,
 	"This program can be used to create documentation for your project.": 20,
 	"This program can be used to create documentation for your project.\nIt can be used to create a new documentation project,\nadd new documentation to an existing project, or to generate\ndocumentation from a source code project.": 21,
 	"Unknown Error: %s": 18,
 	"Warn":              1,
 	"base directory in which the documents are saved": 24,
-	"build: %s\n":                       37,
+	"build: %s\n":                       38,
 	"date format for the creation date": 25,
 	"directory in which the finished documentation is to be written": 31,
-	"duplicated flag":                                         12,
-	"expected argument":                                       6,
-	"file extension %s is not supported":                      33,
-	"file names of the new documents, separated by spaces":    28,
+	"duplicated flag":                    12,
+	"expected argument":                  6,
+	"file extension %s is not supported": 33,
+	"file extension %s, in file %s, not supported for relative links": 42,
+	"file names of the new documents, separated by spaces":            28,
 	"flag error unknown":                                      5,
 	"format of the finished documentation":                    32,
 	"handler %s not found":                                    22,
-	"if the type is pdf, the output option must be specified": 39,
+	"if the type is pdf, the output option must be specified": 41,
 	"invalid choice":                                          15,
 	"invalid tag":                                             16,
 	"marshal":                                                 9,
 	"no argument for bool":                                    10,
 	"no document name given":                                  29,
+	"relative path %s, in file %s, cannot be resolved":        43,
 	"short name too long":                                     11,
 	"tag %s":                                                  13,
 	"template for the new document":                           27,
@@ -81,10 +84,11 @@ var messageKeyToIndex = map[string]int{
 	"unknown flag":                                            7,
 	"unknown group":                                           8,
 	"unrecognized error type":                                 17,
-	"version: %s\n":                                           36,
+	"verbose output":                                          35,
+	"version: %s\n":                                           37,
 }
 
-var deIndex = []uint32{ // 44 elements
+var deIndex = []uint32{ // 48 elements
 	// Entry 0 - 1F
 	0x00000000, 0x00000007, 0x0000000f, 0x00000014,
 	0x00000014, 0x00000014, 0x00000014, 0x00000014,
@@ -98,11 +102,12 @@ var deIndex = []uint32{ // 44 elements
 	0x00000014, 0x00000014, 0x00000014, 0x00000014,
 	0x00000014, 0x00000014, 0x00000014, 0x00000014,
 	0x00000014, 0x00000014, 0x00000014, 0x00000014,
-} // Size: 200 bytes
+	0x00000014, 0x00000014, 0x00000014, 0x00000014,
+} // Size: 216 bytes
 
 const deData string = "\x02Fehler\x02Warnung\x02Info"
 
-var enIndex = []uint32{ // 44 elements
+var enIndex = []uint32{ // 48 elements
 	// Entry 0 - 1F
 	0x00000000, 0x00000006, 0x0000000b, 0x00000010,
 	0x00000028, 0x00000036, 0x00000049, 0x0000005b,
@@ -114,11 +119,12 @@ var enIndex = []uint32{ // 44 elements
 	0x00000336, 0x0000036b, 0x00000382, 0x000003af,
 	// Entry 20 - 3F
 	0x000003ee, 0x00000413, 0x00000439, 0x00000466,
-	0x00000493, 0x000004a7, 0x000004b9, 0x000004e6,
-	0x0000051e, 0x00000541, 0x00000566, 0x00000584,
-} // Size: 200 bytes
+	0x00000475, 0x000004a2, 0x000004b6, 0x000004c8,
+	0x000004f5, 0x00000518, 0x00000550, 0x00000596,
+	0x000005cd, 0x000005f2, 0x00000610, 0x00000640,
+} // Size: 216 bytes
 
-const enData string = "" + // Size: 1412 bytes
+const enData string = "" + // Size: 1600 bytes
 	"\x02Error\x02Warn\x02Info\x02Command %[1]s not found\x02Not permitted" +
 	"\x02flag error unknown\x02expected argument\x02unknown flag\x02unknown g" +
 	"roup\x02marshal\x02no argument for bool\x02short name too long\x02duplic" +
@@ -136,11 +142,13 @@ const enData string = "" + // Size: 1412 bytes
 	"tions for creating and editing documents\x02directory in which the finis" +
 	"hed documentation is to be written\x02format of the finished documentati" +
 	"on\x02file extension %[1]s is not supported\x02Functions for creating an" +
-	"d editing documents\x02Functions for creating and editing documents\x04" +
-	"\x00\x01\x0a\x0f\x02version: %[1]s\x04\x00\x01\x0a\x0d\x02build: %[1]s" +
-	"\x02Functions for creating and editing documents\x02if the type is pdf, " +
-	"the output option must be specified\x02A temporary file cannot be create" +
-	"d\x02The current directory cannot be read\x02The file %[1]s cannot be re" +
-	"ad"
+	"d editing documents\x02verbose output\x02Functions for creating and edit" +
+	"ing documents\x04\x00\x01\x0a\x0f\x02version: %[1]s\x04\x00\x01\x0a\x0d" +
+	"\x02build: %[1]s\x02Functions for creating and editing documents\x02A te" +
+	"mporary file cannot be created\x02if the type is pdf, the output option " +
+	"must be specified\x02file extension %[1]s, in file %[2]s, not supported " +
+	"for relative links\x02relative path %[1]s, in file %[2]s, cannot be reso" +
+	"lved\x02The current directory cannot be read\x02The file %[1]s cannot be" +
+	" read\x02Code block %[1]s,  in file %[2]s, is not closed"
 
-	// Total table size 1832 bytes (1KiB); checksum: 75DC5101
+	// Total table size 2052 bytes (2KiB); checksum: 1DBBEC4
diff --git a/application/source/translations/locales/de/out.gotext.json b/application/source/translations/locales/de/out.gotext.json
index e8c216340bd5bacc7c2868b1bab5c7ddd6dc470a..ec2e048535f7ce2b009032a2e3fc86a59dcb36af 100644
--- a/application/source/translations/locales/de/out.gotext.json
+++ b/application/source/translations/locales/de/out.gotext.json
@@ -195,6 +195,11 @@
                 }
             ]
         },
+        {
+            "id": "verbose output",
+            "message": "verbose output",
+            "translation": ""
+        },
         {
             "id": "version: {Version}",
             "message": "version: {Version}",
@@ -225,15 +230,61 @@
                 }
             ]
         },
+        {
+            "id": "A temporary file cannot be created",
+            "message": "A temporary file cannot be created",
+            "translation": ""
+        },
         {
             "id": "if the type is pdf, the output option must be specified",
             "message": "if the type is pdf, the output option must be specified",
             "translation": ""
         },
         {
-            "id": "A temporary file cannot be created",
-            "message": "A temporary file cannot be created",
-            "translation": ""
+            "id": "file extension {Ext}, in file {AbsSourcePath}, not supported for relative links",
+            "message": "file extension {Ext}, in file {AbsSourcePath}, not supported for relative links",
+            "translation": "",
+            "placeholders": [
+                {
+                    "id": "Ext",
+                    "string": "%[1]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 1,
+                    "expr": "ext"
+                },
+                {
+                    "id": "AbsSourcePath",
+                    "string": "%[2]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 2,
+                    "expr": "f.absSourcePath"
+                }
+            ]
+        },
+        {
+            "id": "relative path {Resultpath}, in file {AbsSourcePath}, cannot be resolved",
+            "message": "relative path {Resultpath}, in file {AbsSourcePath}, cannot be resolved",
+            "translation": "",
+            "placeholders": [
+                {
+                    "id": "Resultpath",
+                    "string": "%[1]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 1,
+                    "expr": "result[\"path\"]"
+                },
+                {
+                    "id": "AbsSourcePath",
+                    "string": "%[2]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 2,
+                    "expr": "f.absSourcePath"
+                }
+            ]
         },
         {
             "id": "Error",
@@ -268,6 +319,29 @@
                     "argNum": 1
                 }
             ]
+        },
+        {
+            "id": "Code block {Resultmatch},  in file {File}, is not closed",
+            "message": "Code block {Resultmatch},  in file {File}, is not closed",
+            "translation": "",
+            "placeholders": [
+                {
+                    "id": "Resultmatch",
+                    "string": "%[1]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 1,
+                    "expr": "result[\"match\"]"
+                },
+                {
+                    "id": "File",
+                    "string": "%[2]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 2,
+                    "expr": "file"
+                }
+            ]
         }
     ]
 }
\ No newline at end of file
diff --git a/application/source/translations/locales/en/out.gotext.json b/application/source/translations/locales/en/out.gotext.json
index 2b5c0d29239935e34d92aaa1990929ab4dd78c27..3a6c058f006fef9af3609489978c499b0ed17d5c 100644
--- a/application/source/translations/locales/en/out.gotext.json
+++ b/application/source/translations/locales/en/out.gotext.json
@@ -253,6 +253,13 @@
             ],
             "fuzzy": true
         },
+        {
+            "id": "verbose output",
+            "message": "verbose output",
+            "translation": "verbose output",
+            "translatorComment": "Copied from source.",
+            "fuzzy": true
+        },
         {
             "id": "version: {Version}",
             "message": "version: {Version}",
@@ -287,6 +294,13 @@
             ],
             "fuzzy": true
         },
+        {
+            "id": "A temporary file cannot be created",
+            "message": "A temporary file cannot be created",
+            "translation": "A temporary file cannot be created",
+            "translatorComment": "Copied from source.",
+            "fuzzy": true
+        },
         {
             "id": "if the type is pdf, the output option must be specified",
             "message": "if the type is pdf, the output option must be specified",
@@ -295,10 +309,53 @@
             "fuzzy": true
         },
         {
-            "id": "A temporary file cannot be created",
-            "message": "A temporary file cannot be created",
-            "translation": "A temporary file cannot be created",
+            "id": "file extension {Ext}, in file {AbsSourcePath}, not supported for relative links",
+            "message": "file extension {Ext}, in file {AbsSourcePath}, not supported for relative links",
+            "translation": "file extension {Ext}, in file {AbsSourcePath}, not supported for relative links",
             "translatorComment": "Copied from source.",
+            "placeholders": [
+                {
+                    "id": "Ext",
+                    "string": "%[1]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 1,
+                    "expr": "ext"
+                },
+                {
+                    "id": "AbsSourcePath",
+                    "string": "%[2]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 2,
+                    "expr": "f.absSourcePath"
+                }
+            ],
+            "fuzzy": true
+        },
+        {
+            "id": "relative path {Resultpath}, in file {AbsSourcePath}, cannot be resolved",
+            "message": "relative path {Resultpath}, in file {AbsSourcePath}, cannot be resolved",
+            "translation": "relative path {Resultpath}, in file {AbsSourcePath}, cannot be resolved",
+            "translatorComment": "Copied from source.",
+            "placeholders": [
+                {
+                    "id": "Resultpath",
+                    "string": "%[1]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 1,
+                    "expr": "result[\"path\"]"
+                },
+                {
+                    "id": "AbsSourcePath",
+                    "string": "%[2]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 2,
+                    "expr": "f.absSourcePath"
+                }
+            ],
             "fuzzy": true
         },
         {
@@ -344,6 +401,31 @@
                 }
             ],
             "fuzzy": true
+        },
+        {
+            "id": "Code block {Resultmatch},  in file {File}, is not closed",
+            "message": "Code block {Resultmatch},  in file {File}, is not closed",
+            "translation": "Code block {Resultmatch},  in file {File}, is not closed",
+            "translatorComment": "Copied from source.",
+            "placeholders": [
+                {
+                    "id": "Resultmatch",
+                    "string": "%[1]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 1,
+                    "expr": "result[\"match\"]"
+                },
+                {
+                    "id": "File",
+                    "string": "%[2]s",
+                    "type": "string",
+                    "underlyingType": "string",
+                    "argNum": 2,
+                    "expr": "file"
+                }
+            ],
+            "fuzzy": true
         }
     ]
 }
\ No newline at end of file
diff --git a/release.json b/release.json
index f6287d8b81220aec451929661c1b327d6bd91073..4e387676f2402ba793d1106a3a3a0e09854a1893 100644
--- a/release.json
+++ b/release.json
@@ -1,3 +1,3 @@
 {
-  "version": "1.0.34"
+  "version": "1.0.35"
 }
\ No newline at end of file