Commit 8fe2bb7
authored
🪲 [Fix]: Fix markdown linter (#14)
## Description
This pull request makes minor adjustments to the Markdown linter
configuration, primarily to allow duplicate headings and to fix a
formatting issue in the punctuation setting.
- Markdown linter configuration updates:
* Disabled the `MD024` rule to allow duplicate headings, which is useful
when sections like INPUTS and OUTPUTS may have the same name.
* Fixed the punctuation string in the `MD026` rule by using consistent
single quotes for YAML formatting.1 parent 1778d80 commit 8fe2bb7
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
0 commit comments