Commit ae1f563
authored
🪲 [Fix]: Fix markdown linter (#32)
## Description
This pull request updates the Markdown linting configuration to relax
the rule about duplicate headings, allowing the same heading (such as
"INPUTS" and "OUTPUTS") to appear multiple times in different sections.
Markdown linting configuration:
* Disabled the `MD024` rule (`no-duplicate-heading`) to permit duplicate
headings in different sections, which is useful for repeated items like
"INPUTS" and "OUTPUTS". (.github/linters/.markdown-lint.yml)1 parent f3df821 commit ae1f563
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments