1 Commits

Author SHA1 Message Date
6e899aa899 docs: fix typo divider 2026-03-12 14:26:17 +01:00

View File

@@ -53,7 +53,7 @@ awesome.md:3 relative-links Relative links should be valid ["./invalid.txt" shou
- Ignore external links and absolute paths as it only checks relative links (e.g: `https://example.com/` or `/absolute/path.png`). - Ignore external links and absolute paths as it only checks relative links (e.g: `https://example.com/` or `/absolute/path.png`).
- If necessary, absolute paths can be validated too, with [`root_path` configuration option](#absolute-paths). - If necessary, absolute paths can be validated too, with [`root_path` configuration option](#absolute-paths).
- Headings defined multiple times in one file, will get enumerated as `<heading><divider><count>`. - Headings defined multiple times in one file, will get enumerated as `<heading><divider><count>`.
The divier can be customized with [`fragment-count-divider`](#divider-for-fragment-index). The divider can be customized with [`fragment-count-divider`](#divider-for-fragment-index).
### Limitations ### Limitations