You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ "type": "markup", "value": "### The `documentr.json` filenn" },
250
-
{ "type": "markup", "value": "This is a simple JSON file as show below:nn" },
251
-
{ "type": "markup", "value":"n```n" },
249
+
{ "type": "markup", "value": "### The `documentr.json` file\n\n" },
250
+
{ "type": "markup", "value": "This is a simple JSON file as show below:\n\n" },
251
+
{ "type": "markup", "value":"\n```\n" },
252
252
253
253
254
254
{ "type": "file", "value":"documentr.json" },
255
255
256
256
257
-
{ "type": "markup", "value":"n```n" },
258
-
{ "type": "markup", "value":"> *in fact - the above file is included from the file system `documentr.json`, so that it is always up-to-date with the correct information...*nn" },
257
+
{ "type": "markup", "value":"\n```\n" },
258
+
{ "type": "markup", "value":"> *in fact - the above file is included from the file system `documentr.json`, so that it is always up-to-date with the correct information...*\n\n" },
Copy file name to clipboardExpand all lines: build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
15
15
dependencies {
16
-
classpath 'synapticloop:documentr:2.6.3'
16
+
classpath 'synapticloop:documentr:2.7.0'
17
17
}
18
18
}
19
19
@@ -37,7 +37,7 @@ group = 'synapticloop'
37
37
archivesBaseName ='documentr'
38
38
description ="""documentation (README) generator for projects in both markdown and asciidoc - this utilises the templar templating language - including generation of table of contents"""
0 commit comments