试试去掉markdown

This commit is contained in:
2025-04-11 14:13:54 +08:00
parent 19c315c772
commit 35c1453d9e

View File

@@ -108,7 +108,7 @@
headerIds: false headerIds: false
}); });
$("#errtxt").each(function(){ $("#errtxt").each(function(){
$(this).html(marked.parse($(this).html())); // $(this).html(marked.parse($(this).html()));
}); });
// adding note for ```input1 ```output1 in description // adding note for ```input1 ```output1 in description
for(let i=1;i<10;i++){ for(let i=1;i<10;i++){