aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/config/_default/markup.toml
diff options
context:
space:
mode:
Diffstat (limited to 'code/frontpage/config/_default/markup.toml')
-rw-r--r--code/frontpage/config/_default/markup.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/code/frontpage/config/_default/markup.toml b/code/frontpage/config/_default/markup.toml
new file mode 100644
index 0000000..2880e30
--- /dev/null
+++ b/code/frontpage/config/_default/markup.toml
@@ -0,0 +1,29 @@
+defaultMarkdownHandler = "goldmark"
+
+[goldmark]
+ [goldmark.extensions]
+ linkify = false
+ [goldmark.parser]
+ autoHeadingID = true
+ autoHeadingIDType = "github"
+ [goldmark.parser.attribute]
+ block = true
+ title = true
+ [goldmark.renderer]
+ unsafe = true
+
+[highlight]
+ codeFences = false
+ guessSyntax = false
+ hl_Lines = ""
+ lineNoStart = 1
+ lineNos = false
+ lineNumbersInTable = true
+ noClasses = false
+ style = "dracula"
+ tabWidth = 4
+
+[tableOfContents]
+ endLevel = 3
+ ordered = false
+ startLevel = 2