numbersections
Open
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
I hope to be able to automatically number sections, `h2` -> `1. `, `h3` -> `1.1. `, by setting
```yaml
numbersections: true
```
in YAML. These numbers should affect how the titles are displayed in TOC, but not affect their anchor names (so that you can reference them by their stable names).
Contributor guide
Assessment
This issue has not been assessed yet.