Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yammesicka committed Mar 26, 2024
1 parent fd58ad1 commit 222e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/static/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function configureMarkdownParser() {
.replace(/&/g, '&')
);
return `<code>${parsed}</code>`;
}
},
},
});
}
Expand Down

0 comments on commit 222e4ae

Please sign in to comment.