From 58c830db9776806def8f047b9dcf915f5987de0c Mon Sep 17 00:00:00 2001 From: xunbu Date: Wed, 20 Aug 2025 18:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docutranslate/exporter/md/md2html_exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docutranslate/exporter/md/md2html_exporter.py b/docutranslate/exporter/md/md2html_exporter.py index f964e41..af42ddb 100644 --- a/docutranslate/exporter/md/md2html_exporter.py +++ b/docutranslate/exporter/md/md2html_exporter.py @@ -64,7 +64,7 @@ class MD2HTMLExporter(MDExporter): extensions = [ 'markdown.extensions.tables', 'pymdownx.arithmatex', - 'pymdownx.superfences' # 使用 superfences + 'pymdownx.superfences' ] extension_configs = {