| id | MDS049 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| name | no-space-in-link-text | |||||||||
| status | ready | |||||||||
| description | Link text and image alt text must not have leading or trailing whitespace inside the brackets. | |||||||||
| category | link | |||||||||
| nature | style | |||||||||
| maintainability | ||||||||||
| markdownlint |
|
|||||||||
| rumdl |
|
|||||||||
| mado |
|
|||||||||
| panache | ||||||||||
| obsidian-linter | ||||||||||
| gomarklint |
Link text and image alt text must not have leading or trailing whitespace inside the brackets.
[ click here ](url) renders the spaces as part of the underlined text
in most renderers.
Enable:
rules:
no-space-in-link-text: trueDisable:
rules:
no-space-in-link-text: falseDisable image alt-text checking:
rules:
no-space-in-link-text:
check-images: false# Title
[ text ](https://example.com)# Title
Visit [example](https://example.com) for more.
