Excluded KBD from MD lint

This commit is contained in:
Marcin Orlowski 2021-08-30 13:48:54 +02:00
parent 31afbee53c
commit 9704f36953
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ MD032: true
# MD033/no-inline-html - Inline HTML
MD033:
# Allowed elements
allowed_elements: []
allowed_elements: ['kbd']
# allowed_elements: []
# MD034/no-bare-urls - Bare URL used
MD034: true