mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
43 lines
616 B
Markdown
43 lines
616 B
Markdown
# Detailed Results Proper Names
|
|
|
|
Text Markdownlint text. {MD044}
|
|
|
|
Text node.JS text. {MD044}
|
|
|
|
Text .net text. {MD044}
|
|
|
|
Text example.net text. {MD044}
|
|
|
|
Text "Markdownlint" text. {MD044}
|
|
|
|
Text "node.JS" text. {MD044}
|
|
|
|
Text ".net" text. {MD044}
|
|
|
|
Text "example.net" text. {MD044}
|
|
|
|
Text **Markdownlint** text. {MD044}
|
|
|
|
Text **node.JS** text. {MD044}
|
|
|
|
Text **.net** text. {MD044}
|
|
|
|
Text **example.net** text. {MD044}
|
|
|
|
Markdownlint {MD044}
|
|
|
|
node.JS {MD044}
|
|
|
|
.net {MD044}
|
|
|
|
example.net {MD044}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD044": {
|
|
"names": [
|
|
"markdownlint",
|
|
"Node.js",
|
|
".NET"
|
|
]
|
|
}
|
|
} -->
|