summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-05-13 11:16:50 -0400
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-05-15 20:49:40 +0200
commit43a70f02022ebbc29aa71853f04f1dc0d9772846 (patch)
treed032262b25fdedcd45b2add1a31f5a945df5782e /util
parenta51f225d0d6a9ea5b25a07091a67bb3c737ffe31 (diff)
Fix all MD036 (emphasis used instead of heading)
The main fixes were errors in itemized lists "*)" instead of "*" Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11770)
Diffstat (limited to 'util')
-rw-r--r--util/markdownlint.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/markdownlint.rb b/util/markdownlint.rb
index 75eb21ecb8..66517484ad 100644
--- a/util/markdownlint.rb
+++ b/util/markdownlint.rb
@@ -18,4 +18,3 @@ exclude_rule 'MD014' # Dollar signs used before commands without showing output
exclude_rule 'MD024' # Multiple headers with the same content
exclude_rule 'MD025' # Multiple top level headers in the same document
exclude_rule 'MD029' # Ordered list item prefix
-exclude_rule 'MD036' # Emphasis used instead of a header