mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update MD044/proper-names to handle names with non-word-character boundaries better.
This commit is contained in:
parent
de56bc56ed
commit
e696960aab
7 changed files with 360 additions and 16 deletions
13
test/proper-names-non-word-boundaries.md
Normal file
13
test/proper-names-non-word-boundaries.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Proper Names Non-Word Boundaries
|
||||
|
||||
Text .NET text.
|
||||
|
||||
Text NET. text.
|
||||
|
||||
Text .NET. text.
|
||||
|
||||
Text .net text. {MD044}
|
||||
|
||||
Text net. text. {MD044}
|
||||
|
||||
Text .net. text. {MD044}
|
Loading…
Add table
Add a link
Reference in a new issue