2021-09-10 16:38:32 +02:00
|
|
|
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]
|
2023-04-18 15:10:33 +02:00
|
|
|
anchorLineNos = false
|
|
|
|
codeFences = true
|
2021-09-10 16:38:32 +02:00
|
|
|
guessSyntax = false
|
2023-04-18 15:10:33 +02:00
|
|
|
hl_Lines = ''
|
|
|
|
hl_inline = false
|
|
|
|
lineAnchors = ''
|
2021-09-10 16:38:32 +02:00
|
|
|
lineNoStart = 1
|
|
|
|
lineNos = false
|
2023-05-23 14:55:30 +02:00
|
|
|
lineNumbersInTable = false
|
2021-09-10 16:38:32 +02:00
|
|
|
noClasses = false
|
2023-04-18 15:10:33 +02:00
|
|
|
noHl = false
|
|
|
|
style = 'github-dark'
|
2021-09-10 16:38:32 +02:00
|
|
|
tabWidth = 4
|
|
|
|
|
|
|
|
[tableOfContents]
|
|
|
|
endLevel = 3
|
|
|
|
ordered = false
|
|
|
|
startLevel = 2
|