From 6b4e865d640303a3f2a299191d8c38f57c63127f Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 31 May 2025 12:40:16 -0700 Subject: [PATCH] Update MD010/no-hard-tabs documentation to link to context about possible issues with tab characters. --- doc-build/md010.md | 6 ++++++ doc/Rules.md | 6 ++++++ doc/md010.md | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/doc-build/md010.md b/doc-build/md010.md index a3b304ca..023f737d 100644 --- a/doc-build/md010.md +++ b/doc-build/md010.md @@ -39,3 +39,9 @@ parameter to the desired value. Rationale: Hard tabs are often rendered inconsistently by different editors and can be harder to work with than spaces. + +More information: + +- +- +- diff --git a/doc/Rules.md b/doc/Rules.md index 5c4b7988..b868dfe0 100644 --- a/doc/Rules.md +++ b/doc/Rules.md @@ -383,6 +383,12 @@ parameter to the desired value. Rationale: Hard tabs are often rendered inconsistently by different editors and can be harder to work with than spaces. +More information: + +- +- +- + ## `MD011` - Reversed link syntax diff --git a/doc/md010.md b/doc/md010.md index 95c0ce29..e1b23e74 100644 --- a/doc/md010.md +++ b/doc/md010.md @@ -54,3 +54,9 @@ parameter to the desired value. Rationale: Hard tabs are often rendered inconsistently by different editors and can be harder to work with than spaces. + +More information: + +- +- +-