Skip to content

Commit

Permalink
Configure permissive markdown linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Izso committed Jun 8, 2025
1 parent 016f16f commit 981f52c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"blanks-around-headings": false,
"blanks-around-lists": false,
"blanks-around-tables": false,
"blanks-around-fences": false,
"no-bare-urls": false,
"line-length": false,
"ul-style": false,
"no-inline-html": false,
"no-multiple-blanks": {
"maximum": 3
}
}

0 comments on commit 981f52c

Please sign in to comment.