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:
younsl 2024-11-18 22:46:07 +09:00
parent a0684e5add
commit f4b19aef86

View File

@ -9,6 +9,7 @@
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.highlight]
anchorLineNos = false
codeFences = true
@ -23,6 +24,7 @@
noHl = false
style = 'rrt'
tabWidth = 4
[markup.tableOfContents]
startLevel = 2
endLevel = 3