commit b5f1b494c6148aef9814e6d9b9c2c6a9e5283da6 parent 397c413c95fc148c9e9cf24fc926a423d6b594e6 Author: David Eisinger <[email protected]> Date: Tue, 5 Dec 2023 14:59:04 -0500 Better auto-IDs Diffstat:
| M | config.toml | | | 3 | +++ |
| M | content/elsewhere/maintenance-matters-good-tests/index.md | | | 2 | +- |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml @@ -13,3 +13,6 @@ enableGitInfo = true unsafe = true [markup.highlight] style = 'nord' + [markup.goldmark.parser] + autoHeadingID = true + autoHeadingIDType = 'blackfriday' diff --git a/content/elsewhere/maintenance-matters-good-tests/index.md b/content/elsewhere/maintenance-matters-good-tests/index.md @@ -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) ------------------------------------------------------------------------