mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Update MD010/no-hard-tabs documentation to link to context about possible issues with tab characters.
This commit is contained in:
parent
0a824e83ad
commit
6b4e865d64
3 changed files with 18 additions and 0 deletions
|
@ -39,3 +39,9 @@ parameter to the desired value.
|
||||||
|
|
||||||
Rationale: Hard tabs are often rendered inconsistently by different editors and
|
Rationale: Hard tabs are often rendered inconsistently by different editors and
|
||||||
can be harder to work with than spaces.
|
can be harder to work with than spaces.
|
||||||
|
|
||||||
|
More information:
|
||||||
|
|
||||||
|
- <https://agiletribe.wordpress.com/2011/10/27/18-dont-use-tab-characters/>
|
||||||
|
- <https://www.jwz.org/doc/tabs-vs-spaces.html>
|
||||||
|
- <https://adamspiers.org/computing/why_no_tabs.html>
|
||||||
|
|
|
@ -383,6 +383,12 @@ parameter to the desired value.
|
||||||
Rationale: Hard tabs are often rendered inconsistently by different editors and
|
Rationale: Hard tabs are often rendered inconsistently by different editors and
|
||||||
can be harder to work with than spaces.
|
can be harder to work with than spaces.
|
||||||
|
|
||||||
|
More information:
|
||||||
|
|
||||||
|
- <https://agiletribe.wordpress.com/2011/10/27/18-dont-use-tab-characters/>
|
||||||
|
- <https://www.jwz.org/doc/tabs-vs-spaces.html>
|
||||||
|
- <https://adamspiers.org/computing/why_no_tabs.html>
|
||||||
|
|
||||||
<a name="md011"></a>
|
<a name="md011"></a>
|
||||||
|
|
||||||
## `MD011` - Reversed link syntax
|
## `MD011` - Reversed link syntax
|
||||||
|
|
|
@ -54,3 +54,9 @@ parameter to the desired value.
|
||||||
|
|
||||||
Rationale: Hard tabs are often rendered inconsistently by different editors and
|
Rationale: Hard tabs are often rendered inconsistently by different editors and
|
||||||
can be harder to work with than spaces.
|
can be harder to work with than spaces.
|
||||||
|
|
||||||
|
More information:
|
||||||
|
|
||||||
|
- <https://agiletribe.wordpress.com/2011/10/27/18-dont-use-tab-characters/>
|
||||||
|
- <https://www.jwz.org/doc/tabs-vs-spaces.html>
|
||||||
|
- <https://adamspiers.org/computing/why_no_tabs.html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue