再改回html

This commit is contained in:
2025-05-10 16:25:17 +08:00
parent d62b005cb3
commit 712c9fbe57

View File

@@ -523,7 +523,7 @@ if ($pr_flag) {
})
markdown_content = md.render($(this).html());
<?php } ?>
$(this).append(markdown_content)
$(this).html(markdown_content)
});
// adding note for ```input1 ```output1 in description
for (let i = 1; i < 10; i++) {