Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed linter complains by ignoring div and h6 from markdown
Browse files Browse the repository at this point in the history
[email protected] committed Dec 2, 2023
1 parent 5f8f902 commit 230273d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
default: true

MD013: false
MD013: false
MD033: {allowed_elements: [div, h6]}

0 comments on commit 230273d

Please sign in to comment.