From fbd8c639ffb5012206148b1175424811e3ecb8ff Mon Sep 17 00:00:00 2001 From: lord63 Date: Tue, 3 Nov 2015 08:07:01 +0800 Subject: [PATCH] Don't exclude markown md038 warning, close #314 also fix the md038 warning in common/sort.md --- pages/common/sort.md | 2 +- scripts/markdown-style.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/common/sort.md b/pages/common/sort.md index 62d6bcc361..df343ec822 100644 --- a/pages/common/sort.md +++ b/pages/common/sort.md @@ -12,4 +12,4 @@ - Sort passwd file by the 3rd field -`sort -t: -k 3n /etc/passwd ` +`sort -t: -k 3n /etc/passwd` diff --git a/scripts/markdown-style.rb b/scripts/markdown-style.rb index 7416c7d5a8..9f50e3d569 100644 --- a/scripts/markdown-style.rb +++ b/scripts/markdown-style.rb @@ -2,4 +2,3 @@ all exclude_rule 'MD013' # Lengthy lines (80+ chars) -exclude_rule 'MD038' # Spaces inside code backticks