Migreren van config.toml-configuratiebestand naar config-directory
This commit is contained in:
parent
f012b9957a
commit
d3368be921
20 changed files with 301 additions and 122 deletions
20
config/_default/markup.toml
Normal file
20
config/_default/markup.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue