mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-22 21:04:07 +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
10
test/proper-names-no-html.json
Normal file
10
test/proper-names-no-html.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD033": false,
|
||||
"MD044": {
|
||||
"names": [
|
||||
"JavaScript"
|
||||
],
|
||||
"html_elements": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue