forked from LiveCarta/BookConverter
Footer -> Span
This commit is contained in:
@@ -128,7 +128,7 @@ class LiveCartaConfig:
|
|||||||
REPLACE_REGEX_WITH_LIVECARTA_CORRESPOND_TAGS = {
|
REPLACE_REGEX_WITH_LIVECARTA_CORRESPOND_TAGS = {
|
||||||
(r"^h[6-9]$", "figure$", "section$"): "p",
|
(r"^h[6-9]$", "figure$", "section$"): "p",
|
||||||
("^aside$",): "blockquote",
|
("^aside$",): "blockquote",
|
||||||
("^header$",): "span",
|
("^header$", "^footer$"): "span",
|
||||||
("^b$",): "strong",
|
("^b$",): "strong",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user