mdl: Don't enforce one space after list markers
authorRichard Levitte <levitte@openssl.org>
Thu, 12 May 2022 07:21:15 +0000 (09:21 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 May 2022 08:47:42 +0000 (10:47 +0200)
commitfa229d4e07267052adaa7a52281a1a1c1ab1f2f0
tree418246aba9d6711897ec35a40a2e0c8cc22e8dc0
parent3667043a1dbfa97cc743183f5183129645773cad
mdl: Don't enforce one space after list markers

Common markdown styles usually show 4-column indents to separate the
list marker and the list item text.  That's a common template for
writing new markdown files.

On the other hand, we do have some files (such as CHANGES.md) where we
use a different style.

From a markdown perspective, both are perfectly OK, and there's no
reason to enforce either.

Therefore, the best thing is to exclude this particular rule.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18297)

(cherry picked from commit 2046f80bc84deff5f3b8e3f8ffe54528bc684658)
util/markdownlint.rb