最后尝试一遍

This commit is contained in:
2024-12-06 18:09:00 +08:00
parent b2087a5664
commit 24eabfbf3d

View File

@@ -477,7 +477,7 @@ if ($pr_flag) {
$(this).html(marked.parse($(this).html()));
<?php } else if ($OJ_MARKDOWN && $OJ_MARKDOWN == "markdown-it") { ?>
const md = window.markdownit();
$(this).html(md.render($(this).text()));
$(this).html(md.render($(this).html()));
<?php } ?>
});
// adding note for ```input1 ```output1 in description