diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index ec2a78b..0e3d8ce 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -475,11 +475,7 @@ if ($pr_flag) { $(this).html(marked.parse($(this).html())); - const md = window.markdownit()({ - html: true, - linkify: true, - typographer: true - }); + const md = window.markdownit(); $(this).html(md.render($(this).text())); });