]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:11:32 +0000 (09:11 +0100)
commitfb2cd91f27d0cc0bbf1883dd188788016165a458
treead247adae2537ad5aab40b31836ab16549e174cd
parenta0238b7ed87998c48b1c92bad7fa82dcbba507f9
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)
util/markdownlint.rb