aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json73
1 files changed, 62 insertions, 11 deletions
diff --git a/config.json b/config.json
index edb3168..3e85479 100644
--- a/config.json
+++ b/config.json
@@ -81,17 +81,6 @@
}
]
},
- "markup": {
- "highlight": {
- "anchorLineNos": true,
- "codeFences": true,
- "guessSyntax": true,
- "lineNos": false,
- "lineNumbersInTable": false,
- "noClasses": false,
- "noHl": false
- }
- },
"params": {
"site": {
"production": false,
@@ -390,5 +379,67 @@
"changefreq": "weekly",
"filename": "sitemap.xml",
"priority": 0.5
+ },
+ "markup": {
+ "asciidocExt": {
+ "attributes": {},
+ "backend": "html5",
+ "extensions": [],
+ "failureLevel": "fatal",
+ "noHeaderOrFooter": true,
+ "preserveTOC": false,
+ "safeMode": "unsafe",
+ "sectionNumbers": false,
+ "trace": false,
+ "verbose": false,
+ "workingFolderCurrent": false
+ },
+ "defaultMarkdownHandler": "goldmark",
+ "goldmark": {
+ "extensions": {
+ "definitionList": true,
+ "footnote": true,
+ "linkify": true,
+ "linkifyProtocol": "https",
+ "strikethrough": true,
+ "table": true,
+ "taskList": true,
+ "typographer": true
+ },
+ "parser": {
+ "attribute": {
+ "block": false,
+ "title": true
+ },
+ "autoHeadingID": true,
+ "autoHeadingIDType": "github",
+ "wrapStandAloneImageWithinParagraph": true
+ },
+ "renderer": {
+ "hardWraps": false,
+ "unsafe": false,
+ "xhtml": true
+ }
+ },
+ "highlight": {
+ "anchorLineNos": true,
+ "codeFences": true,
+ "guessSyntax": true,
+ "hl_Lines": "",
+ "hl_inline": false,
+ "lineAnchors": "",
+ "lineNoStart": 1,
+ "lineNos": false,
+ "lineNumbersInTable": false,
+ "noClasses": false,
+ "noHl": false,
+ "style": null,
+ "tabWidth": 4
+ },
+ "tableOfContents": {
+ "endLevel": 3,
+ "ordered": false,
+ "startLevel": 2
+ }
}
}