util/markdownlint.rb: Allow fenced code blocks
authorRichard Levitte <levitte@openssl.org>
Mon, 21 Mar 2022 15:23:09 +0000 (16:23 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Mar 2022 08:12:00 +0000 (09:12 +0100)
commit44a5f7c06a206507c5d4c751d770c2efae18f652
tree31111546b23e86205046a5971196aeee9f72b716
parent11e88882e9cd7794aeb2735f44e3321a468b98bd
util/markdownlint.rb: Allow fenced code blocks

We use both indented and fenced styles in diverse markdown files.
We try to do this consistently in each file, though.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17933)

(cherry picked from commit fb2cd91f27d0cc0bbf1883dd188788016165a458)
util/markdownlint.rb