Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 463 Bytes

md039.md

File metadata and controls

21 lines (13 loc) · 463 Bytes

MD039 - Spaces inside link text

Tags: links, whitespace

Aliases: no-space-in-links

Fixable: Some violations can be fixed by tooling

This rule is triggered on links that have spaces surrounding the link text:

[ a link ](https://www.example.com/)

To fix this, remove the spaces surrounding the link text:

[a link](https://www.example.com/)

Rationale: Consistent formatting makes it easier to understand a document.