Skip to content

Commit

Permalink
fix: 🐛 disable MD034 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbarsukov committed Oct 13, 2024
1 parent accd689 commit a3397fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"MD024": false,

// Cause I love inlining a little HTML in my markdown.
"MD033": false
"MD033": false,

// Uhh, some bugs with links in headers
"MD034": false
}

0 comments on commit a3397fb

Please sign in to comment.