This commit is contained in:
xunbu
2025-08-20 18:09:05 +08:00
parent c61055de43
commit 58c830db97

View File

@@ -64,7 +64,7 @@ class MD2HTMLExporter(MDExporter):
extensions = [
'markdown.extensions.tables',
'pymdownx.arithmatex',
'pymdownx.superfences' # 使用 superfences
'pymdownx.superfences'
]
extension_configs = {