mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-19 03:28:06 +01:00
Update MD044/proper-names to support specifying multiple casings of the same name (ex: "Abc" and "ABC") (refs #435).
This commit is contained in:
parent
9310713da1
commit
8afec14376
4 changed files with 15 additions and 3 deletions
|
|
@ -7,7 +7,10 @@
|
|||
"Node.js",
|
||||
"GitHub",
|
||||
"npm",
|
||||
"Internet Explorer"
|
||||
"Internet Explorer",
|
||||
"MultipleCase",
|
||||
"multiplecase",
|
||||
"mULTIPLEcASE"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,3 +79,8 @@ code`
|
|||
|
||||
`javascript {MD044}
|
||||
code`
|
||||
|
||||
Text referencing multiplecase name.
|
||||
Text referencing MultipleCase name.
|
||||
Text referencing MULTIPLECASE name. {MD044}
|
||||
Text referencing mULTIPLEcASE name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue