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'

View File

@@ -76,7 +76,7 @@ the way, here's what we'll cover:
3. [Network Calls](#network-calls)
4. [Flaky Tests](#flaky-tests)
5. [Slow Tests](#slow-tests)
6. [App Code vs. Test Code](#app-code-vstest-code)
6. [App Code vs. Test Code](#app-code-vs-test-code)
------------------------------------------------------------------------