Skip to content

Commit a68efa7

Browse files
Disable MD025 markdownlint rule to allow multiple top-level headings (#33)
* Initial plan * disable MD025 rule in markdownlint configuration Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent d8482fd commit a68efa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.markdownlint-cli2.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"MD003": { "style": "atx" },
55
"MD007": { "indent": 2 },
66
"MD013": { "line_length": 120 },
7+
"MD025": false,
78
"MD033": false,
89
"MD041": false
910
},

0 commit comments

Comments
 (0)