From d9f8dd53c194b9552689b48a7ff44e0477123676 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 23 Jul 2024 17:26:18 -0400 Subject: [PATCH] test: Add comment explaining the line length rule issue better --- test/test-markdownlint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test-markdownlint.sh b/test/test-markdownlint.sh index dc36c413..d4682c02 100755 --- a/test/test-markdownlint.sh +++ b/test/test-markdownlint.sh @@ -37,6 +37,8 @@ exclude_rule 'MD029' # Ordered list item prefix exclude_rule 'MD039' # Spaces inside link text # Line length +# FIXME: Note this doesn't prevent a long word from being over 80, it only stops +# new words from starting after you've already passed the 80 char limit. rule 'MD013', :line_length => 80, :ignore_code_blocks => true, :tables => false EOF