mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Allow overlapping and differently-cased names for MD044/proper-names (fixes #60).
This commit is contained in:
parent
d63143b38e
commit
edd426bbaa
4 changed files with 75 additions and 3 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
Markdownlint is a tool {MD044}
|
||||
|
||||
Quoted "Markdownlint" {MD044}
|
||||
|
||||
Emphasized *Markdownlint* {MD044}
|
||||
|
||||
Emphasized _Markdownlint_ {MD044}
|
||||
|
||||
JavaScript is a language
|
||||
|
||||
JavaScript is not Java
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue