fix: add BLOCKQUOTE to webfix

This commit is contained in:
Gabe Yuan
2024-02-05 10:02:30 +08:00
parent 4b3e91fa84
commit 0816a9d167

View File

@@ -85,6 +85,7 @@ function brFixer(node, tag = "p") {
"HR",
"PRE",
"TABLE",
"BLOCKQUOTE",
];
let html = "";