2019-10-21 22:17:26 -07:00
|
|
|
# Proper Names in URLs
|
|
|
|
|
|
|
|
Text https text {MD044}
|
|
|
|
Text example text {MD044}
|
|
|
|
Text com text {MD044}
|
|
|
|
Text directory text {MD044}
|
|
|
|
Text file text {MD044}
|
|
|
|
Text HTTPS EXAMPLE COM DIRECTORY FILE text
|
|
|
|
|
|
|
|
> The following lines are deliberately duplicated
|
|
|
|
|
|
|
|
Text https://example.com/directory/file text
|
|
|
|
|
|
|
|
Text https://example.com/directory/file text
|
|
|
|
|
|
|
|
Text <https://example.com/directory/file> text
|
|
|
|
|
|
|
|
Text <https://example.com/directory/file> text
|
|
|
|
|
|
|
|
Text [https://example.com/directory/file](https://example.com/directory/file) text
|
|
|
|
|
|
|
|
Text [https://example.com/directory/file](https://example.com/directory/file) text
|
|
|
|
|
|
|
|
Text `https://example.com/directory/file` text
|
|
|
|
Text `https://example.com/directory/file` text
|
|
|
|
|
|
|
|
```text
|
|
|
|
Text https://example.com/directory/file text
|
|
|
|
Text https://example.com/directory/file text
|
|
|
|
```
|
|
|
|
|
|
|
|
Text https://example.com/directory/file text
|
|
|
|
Text https://example.com/directory/file text
|
2020-09-18 20:30:46 -07:00
|
|
|
|
|
|
|
Text https://example.com/directory/text.file text
|
|
|
|
Text https://example.com/directory/text.file text
|
|
|
|
|
|
|
|
Text https://example.com/directory/text%20text.file text
|
|
|
|
Text https://example.com/directory/text%20text.file text
|
|
|
|
|
|
|
|
Text <https://example.com/directory/text.file> text
|
|
|
|
Text <https://example.com/directory/text.file> text
|
|
|
|
|
|
|
|
Text <https://example.com/directory/text%20text.file> text
|
|
|
|
Text <https://example.com/directory/text%20text.file> text
|
|
|
|
|
|
|
|
Text [https://example.com/directory/text.file](https://example.com/directory/text.file) text
|
|
|
|
Text [https://example.com/directory/text.file](https://example.com/directory/text.file) text
|
|
|
|
|
|
|
|
Text [https://example.com/directory/text%20text.file](https://example.com/directory/text%20text.file) text
|
|
|
|
Text [https://example.com/directory/text%20text.file](https://example.com/directory/text%20text.file) text
|
2023-03-15 21:26:22 -07:00
|
|
|
|
2023-12-28 16:46:15 -08:00
|
|
|
{MD044:+2}
|
2023-03-15 21:26:22 -07:00
|
|
|
|
|
|
|
<!-- markdownlint-configure-file {
|
|
|
|
"proper-names": {
|
|
|
|
"names": [
|
|
|
|
"DIRECTORY",
|
|
|
|
"EXAMPLE",
|
|
|
|
"HTTPS",
|
|
|
|
"FILE",
|
|
|
|
"COM"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"line-length": false,
|
|
|
|
"no-bare-urls": false,
|
|
|
|
"code-block-style": false
|
|
|
|
} -->
|