This commit is contained in:
beabigegg
2025-08-28 13:20:29 +08:00
parent bdfda30ca8
commit dcd15baf3f
11 changed files with 276 additions and 945 deletions

View File

@@ -27,7 +27,7 @@ def _resolve_image_path(src: str) -> str:
import logging
DEBUG_LOG = True # 設定為 False 可關閉 debug 訊息
DEBUG_LOG = False # 生產環境關閉 debug 訊息
def _process_markdown_sections(doc, md_content):
from bs4 import BeautifulSoup, Tag