Skip to content

Commit

Permalink
Update problem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Mar 20, 2024
1 parent 3ca93a9 commit ad37ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/template/syzoj/problem.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function selectMulti( num, answer){
headerIds: false
});

$("div.md").each(function(){
$(".md").each(function(){
$(this).html(marked.parse($(this).html()));
});
// adding note for ```input1 ```output1 in description
Expand Down

0 comments on commit ad37ee1

Please sign in to comment.