Migreren van config.toml-configuratiebestand naar config-directory

This commit is contained in:
Michael Boelen 2023-05-15 11:03:39 +02:00
parent f012b9957a
commit d3368be921
20 changed files with 301 additions and 122 deletions

View file

@ -0,0 +1,20 @@
# Configuratie voor highlighting snippets e.d.
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokailight'
tabWidth = 4
# EOF