Footer -> Span

This commit is contained in:
Kiryl
2022-06-22 19:04:24 +03:00
parent 94b5cb569c
commit 2e0d812783

View File

@@ -128,7 +128,7 @@ class LiveCartaConfig:
REPLACE_REGEX_WITH_LIVECARTA_CORRESPOND_TAGS = {
(r"^h[6-9]$", "figure$", "section$"): "p",
("^aside$",): "blockquote",
("^header$",): "span",
("^header$", "^footer$"): "span",
("^b$",): "strong",
}