Skip to content

Commit 642050c

Browse files
authored
Merge pull request #11 from waldyrious/patch-1
README: link items in list of features to the corresponding section with details
2 parents b3d507a + 4c0826e commit 642050c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ A tool to validate Markdown document structure against specified templates, ensu
88

99
- Validate Markdown documents against YAML-defined templates
1010
- Rich validation capabilities:
11-
- Section and subsection structure validation
12-
- Paragraph count requirements
13-
- List validation (ordered/unordered, item counts)
14-
- Code block requirements
11+
- [Section and subsection structure validation](#section-properties)
12+
- [Paragraph count requirements](#paragraphs)
13+
- [List validation](#lists) (ordered/unordered, item counts)
14+
- [Code block requirements](#code-blocks)
1515
- Detailed error reporting with precise document positions
1616
- Template dereferencing support for modular template definitions
1717
- JSON Schema validation for template files

0 commit comments

Comments
 (0)