Skip to content

Commit

Permalink
allow hard-tabs in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Nov 22, 2024
1 parent 35f9ea9 commit ea7cae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/config/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ MD013: false #Line length - https://github.com/DavidAnson/markdownlint/blob/HEAD
MD033: false #Inline HTML - https://github.com/DavidAnson/markdownlint/blob/HEAD/doc/Rules.md#md033
MD024:
siblings_only: true #Multiple headers with the same content
MD010:
code_blocks: false

0 comments on commit ea7cae9

Please sign in to comment.