mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD044/proper-names to add html_elements parameter (fixes #435).
This commit is contained in:
parent
8afec14376
commit
0f845e9ba1
15 changed files with 186 additions and 14 deletions
|
|
@ -231,7 +231,9 @@
|
|||
// List of proper names
|
||||
"names": [],
|
||||
// Include code blocks
|
||||
"code_blocks": true
|
||||
"code_blocks": true,
|
||||
// Include HTML elements
|
||||
"html_elements": true
|
||||
},
|
||||
|
||||
// MD045/no-alt-text - Images should have alternate text (alt text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue