mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
23 lines
292 B
Markdown
23 lines
292 B
Markdown
# 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}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"proper-names": {
|
|
"names": [
|
|
".NET.",
|
|
".NET",
|
|
"NET."
|
|
]
|
|
}
|
|
} -->
|