Fix list enumeration (gitea ppls)

This commit is contained in:
Leonetienne 2022-04-28 12:13:55 +02:00
parent 9d211d2bdf
commit 1f34e90b9e
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -25,17 +25,17 @@ args.SetCrashOnFail(false);
```
## Index
2. [What's the concept?](#whats-the-concept)
3. [Minimal working example](#minimal-working-example)
4. [Abbreviations](#abbreviations)
5. [Constraints](#constraints)
6. [Automatic parameter documentation](#automatic-parameter-documentation)
7. [Descriptive error messages](#descriptive-error-messages)
8. [More examples?](#more-examples)
9. [What is not supported?](#what-is-not-supported)
10. [Further notes](#further-notes)
11. [Contributing](#contributing)
12. [LICENSE](#license)
1. [What's the concept?](#whats-the-concept)
2. [Minimal working example](#minimal-working-example)
3. [Abbreviations](#abbreviations)
4. [Constraints](#constraints)
5. [Automatic parameter documentation](#automatic-parameter-documentation)
6. [Descriptive error messages](#descriptive-error-messages)
7. [More examples?](#more-examples)
8. [What is not supported?](#what-is-not-supported)
9. [Further notes](#further-notes)
10. [Contributing](#contributing)
11. [LICENSE](#license)
<span id="whats-the-concept"></span>
## What's the concept?