From cf23de2f8b5372fb6d5b67be66546d965bd42f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 10 May 2024 19:35:14 +0200 Subject: [PATCH] Allow headings ending in question marks in markdown Not sure whether it's a good idea to end a heading with a question mark. When in doubt, we usually keep the code as it is now, so that's what we're doing. --- .mdl_style.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/.mdl_style.rb b/.mdl_style.rb index 00c733bb5..a7a3b6036 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -7,3 +7,4 @@ exclude_rule "MD041" exclude_rule "MD046" rule "MD007", indent: 2 +rule "MD026", punctuation: ".,;:!"