Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/DavidAnson/markdownlint#rules--aliases

Check failure on line 1 in .github/linters/.markdown-lint.yml

View workflow job for this annotation

GitHub Actions / 🏃🏿‍♂️‍➡️ Run prek on windows-latest

1:60 [new-lines] wrong new line character: expected \n

# MD013/line-length Line length
MD013: false
Expand All @@ -10,7 +10,8 @@
MD051: false

# MD033/no-inline-html Inline HTML
MD033: false
MD033:
allowed_elements: ["div", "h1"]

# MD036/no-emphasis-as-heading Emphasis used instead of a heading
MD036: false
Expand Down
Loading