From 35c1453d9ebe825d084ca216778612dfc5c1bf44 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 11 Apr 2025 14:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E8=AF=95=E5=8E=BB=E6=8E=89markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/reinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/syzoj/reinfo.php b/web/template/syzoj/reinfo.php index 4cb4963..3825ed5 100644 --- a/web/template/syzoj/reinfo.php +++ b/web/template/syzoj/reinfo.php @@ -108,7 +108,7 @@ headerIds: false }); $("#errtxt").each(function(){ - $(this).html(marked.parse($(this).html())); + // $(this).html(marked.parse($(this).html())); }); // adding note for ```input1 ```output1 in description for(let i=1;i<10;i++){