Skip to content

Commit 1408143

Browse files
fix: add ignore rule to markdown lint
1 parent 512ace2 commit 1408143

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ MD013: false
55
MD025: false
66
# duplicate headers
77
MD024: false
8+
# MD033/no-inline-html - Inline HTML
9+
MD033:
10+
# Allowed elements
11+
allowed_elements: [br, li, ul]

0 commit comments

Comments
 (0)