From ff01174a1f172668dd9f4ed5727d7982cddff933 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4GUI=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=B8=8B=E5=90=AF=E5=8A=A8=E9=A1=B9=E7=9B=AE=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E7=9A=84=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/general_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/general_utils.py b/util/general_utils.py index d241a4c7c..38455a135 100644 --- a/util/general_utils.py +++ b/util/general_utils.py @@ -489,5 +489,5 @@ def test_markdown(): image = render_markdown(markdown_text) image.show() -test_markdown() +# test_markdown()