From 24eabfbf3df3ea53a479868184999ab4f4585e00 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 6 Dec 2024 18:09:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=90=8E=E5=B0=9D=E8=AF=95=E4=B8=80?= =?UTF-8?q?=E9=81=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index 5f32a73..cf8b55a 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -477,7 +477,7 @@ if ($pr_flag) { $(this).html(marked.parse($(this).html())); const md = window.markdownit(); - $(this).html(md.render($(this).text())); + $(this).html(md.render($(this).html())); }); // adding note for ```input1 ```output1 in description