Better auto-IDs

This commit is contained in:
David Eisinger
2023-12-05 14:59:04 -05:00
parent 397c413c95
commit b5f1b494c6
2 changed files with 4 additions and 1 deletions

View File

@@ -13,3 +13,6 @@ enableGitInfo = true
unsafe = true
[markup.highlight]
style = 'nord'
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'blackfriday'