Skip to content

Commit

Permalink
chore(#204): adjust markdown linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Feb 9, 2025
1 parent 9c2a8e1 commit 4690ec8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/.markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# schema:
# https://github.com/DavidAnson/markdownlint-cli2/blob/main/schema/markdownlint-cli2-config-schema.json

globs:
- '**/*.md'

Expand All @@ -7,3 +10,11 @@ ignores:
# GitHub issues don't quite abide by Markdown standards (e.g. single line
# breaks are reproduced when rendered)
- '.github/ISSUE_TEMPLATE/**/*'
- 'static/**/*'

config:
# schema:
# https://github.com/DavidAnson/markdownlint/blob/v0.32.1/schema/.markdownlint.yaml
MD033:
allowed_elements:
- 'kbd'

0 comments on commit 4690ec8

Please sign in to comment.