summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-10-20 07:37:01 +0100
committerHugo Landau <hlandau@openssl.org>2022-12-03 08:14:28 +0000
commit269ad8d571e68513175fdc66227943786353cfa8 (patch)
tree91ef92cd6a27597f352210da1089069dbc43032d /util
parent328dc33365f8bd9c097bc95c3632467f690502a4 (diff)
downloadopenssl-new-269ad8d571e68513175fdc66227943786353cfa8.tar.gz
QUIC Connection State Machine Design Document
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19452)
Diffstat (limited to 'util')
-rw-r--r--util/markdownlint.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/markdownlint.rb b/util/markdownlint.rb
index bc39bde18a..3833a252ef 100644
--- a/util/markdownlint.rb
+++ b/util/markdownlint.rb
@@ -24,3 +24,4 @@ exclude_rule 'MD025' # Multiple top level headers in the same document
exclude_rule 'MD026' # Trailing punctuation in header
exclude_rule 'MD029' # Ordered list item prefix
exclude_rule 'MD030' # Spaces after list markers (default: 1!)
+exclude_rule 'MD033' # Allow inline HTML (complex tables are impossible without it)