style: improve formatting and alignment in config.toml
- Adjusted alignment and whitespace for better readability - Maintained consistency between configuration items
This commit is contained in:
parent
a0684e5add
commit
f4b19aef86
@ -9,6 +9,7 @@
|
|||||||
[markup.goldmark.parser.attribute]
|
[markup.goldmark.parser.attribute]
|
||||||
block = true
|
block = true
|
||||||
title = true
|
title = true
|
||||||
|
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
anchorLineNos = false
|
anchorLineNos = false
|
||||||
codeFences = true
|
codeFences = true
|
||||||
@ -23,6 +24,7 @@
|
|||||||
noHl = false
|
noHl = false
|
||||||
style = 'rrt'
|
style = 'rrt'
|
||||||
tabWidth = 4
|
tabWidth = 4
|
||||||
|
|
||||||
[markup.tableOfContents]
|
[markup.tableOfContents]
|
||||||
startLevel = 2
|
startLevel = 2
|
||||||
endLevel = 3
|
endLevel = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user