Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 2046f80bc84deff5f3b8e3f8ffe54528bc684658
      
https://github.openssl.org/openssl/openssl/commit/2046f80bc84deff5f3b8e3f8ffe54528bc684658
  Author: Richard Levitte <[email protected]>
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
    M util/markdownlint.rb

  Log Message:
  -----------
  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 <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18297)


Reply via email to