mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Add test case for MD044/proper-names based on new issue (closes #409).
This commit is contained in:
parent
7d40926367
commit
752e7141c8
1 changed files with 15 additions and 0 deletions
15
test/proper-names-substrings.md
Normal file
15
test/proper-names-substrings.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Proper Names as Substrings
|
||||||
|
|
||||||
|
The proper case is: @aws-control-tower
|
||||||
|
|
||||||
|
Similarly, aws-vault and AWS and @aws-control-tower are all correct.
|
||||||
|
|
||||||
|
<!-- markdownlint-configure-file {
|
||||||
|
"proper-names": {
|
||||||
|
"names": [
|
||||||
|
"AWS",
|
||||||
|
"aws-vault",
|
||||||
|
"@aws-control-tower"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
} -->
|
Loading…
Add table
Add a link
Reference in a new issue