mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
13 lines
294 B
Markdown
13 lines
294 B
Markdown
# Descriptive Link Text Empty Config
|
|
|
|
[Learn more](https://example.com/images/about) about us.
|
|
|
|
[Click here](https://example.com/dir/file.txt).
|
|
|
|
Go to this [link](https://example.com/second).
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"descriptive-link-text": {
|
|
"prohibited_texts": []
|
|
}
|
|
} -->
|