From 5481299140b19f12ee0f4b137772b3820b64c867 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 11 Aug 2024 13:48:53 +0200 Subject: [PATCH] fix(mdhtml): pass too --- utils/mdhtml/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mdhtml/lib.rs b/utils/mdhtml/lib.rs index 66c8d8b..490212e 100644 --- a/utils/mdhtml/lib.rs +++ b/utils/mdhtml/lib.rs @@ -55,7 +55,7 @@ impl TokenSink for Sanitizer { if !matches!( tag.name.as_ref(), "h1" | "h2" | "h3" - | "hr" | "br" | "p" | "b" | "i" + | "hr" | "br" | "p" | "b" | "i" | "s" | "blockquote" | "pre" | "code" | "ul" | "ol" | "li" | "img" | "a"