mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01: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": []
|
|
}
|
|
} -->
|