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:45:08 +0000 (10:45 +0200)
commit2046f80bc84deff5f3b8e3f8ffe54528bc684658
tree5a19f5d8a835584ecb51713fd5c5f37dd6c0eb46
parente4fd3fc379d76d9cd33ea6699268485606447737
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)
util/markdownlint.rb