Initialize project with clean ignore rules
This commit is contained in:
19
config/_default/markup.toml
Normal file
19
config/_default/markup.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
# -- Markup --
|
||||
# These settings are required for the theme to function.
|
||||
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 4
|
||||
ordered = false
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
|
||||
[markup.goldmark.parser.attribute]
|
||||
block = true
|
||||
title = true
|
||||
Reference in New Issue
Block a user