Skip to content

Commit

Permalink
fix the rules' names
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Dec 3, 2023
1 parent 63b9ee1 commit 5d0727d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"default": true,
// Disabled, as some callouts include headings.
"header-increment": false,
"heading-increment": false,
"ul-style": {
"style": "dash"
},
Expand All @@ -15,9 +15,9 @@
"spaces_per_tab": 2
},
"line-length": false,
"no-duplicate-header": false,
"no-duplicate-heading": false,
// XXX Replace with the following when ready:
// "no-duplicate-header": {
// "no-duplicate-heading": {
// "allow_different_nesting": true
// },
"single-title": {
Expand Down

0 comments on commit 5d0727d

Please sign in to comment.