Excluded KBD from MD lint
This commit is contained in:
parent
31afbee53c
commit
9704f36953
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue