2025-02-13 22:07:27 -08:00
|
|
|
# Descriptive Link Text Override
|
2025-01-06 11:35:17 -05:00
|
|
|
|
|
|
|
[Go here](https://example.com/javascript/about) {MD059}
|
|
|
|
|
|
|
|
[Learn more](https://example.com/javascript/about).
|
|
|
|
|
|
|
|
[Click here](https://example.com/javascript/about).
|
|
|
|
|
|
|
|
To learn more, go [here!](https://example.com/site).
|
|
|
|
|
|
|
|
To learn more, go to this [link!](https://example.com/links).
|
|
|
|
|
|
|
|
If you need additional guidance, read [this](https://example.com/links). {MD059}
|
|
|
|
|
|
|
|
[link][url]
|
|
|
|
|
|
|
|
[url]: https://example.com
|
|
|
|
|
|
|
|
<!-- markdownlint-configure-file {
|
|
|
|
"descriptive-link-text": {
|
2025-02-13 22:07:27 -08:00
|
|
|
"prohibited_texts": [ "go here", "THIS" ]
|
2025-01-06 11:35:17 -05:00
|
|
|
}
|
|
|
|
} -->
|