Skip to content

Commit

Permalink
Add new rules to .markdownlint.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Sep 20, 2024
1 parent 9ecece5 commit 72ec690
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion syn/.markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,13 @@
"MD052": true,
"MD053": {
"ignored_definitions": []
}
},
"MD054": {
"url_inline": false
},
"MD055": {
"style": "leading_and_trailing"
},
"MD056": true,
"MD058": true
}

0 comments on commit 72ec690

Please sign in to comment.