Merge pull request #12 from RainerSeventeen/fix/inline-code-overflow

fix: inline code block overflow
This commit is contained in:
ZhangJia
2026-03-09 12:12:15 +08:00
committed by GitHub

View File

@@ -399,6 +399,11 @@ def generate_card_html(content: str, theme: str, page_number: int = 1,
{theme_css}
.card-content :not(pre) > code {{
overflow-wrap: anywhere;
word-break: break-word;
}}
.page-number {{
position: absolute;
bottom: 80px;