Better auto-IDs
This commit is contained in:
@@ -13,3 +13,6 @@ enableGitInfo = true
|
|||||||
unsafe = true
|
unsafe = true
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = 'nord'
|
style = 'nord'
|
||||||
|
[markup.goldmark.parser]
|
||||||
|
autoHeadingID = true
|
||||||
|
autoHeadingIDType = 'blackfriday'
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ the way, here's what we'll cover:
|
|||||||
3. [Network Calls](#network-calls)
|
3. [Network Calls](#network-calls)
|
||||||
4. [Flaky Tests](#flaky-tests)
|
4. [Flaky Tests](#flaky-tests)
|
||||||
5. [Slow Tests](#slow-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)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user