Skip to content

Commit

Permalink
fix unescape html for katex, close juzeon#246
Browse files Browse the repository at this point in the history
  • Loading branch information
juzeon committed Mar 26, 2024
1 parent 308b0cb commit d873dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ export function unescapeHtml(unsafe: string) {
.replaceAll('>', '>')
.replaceAll('"', '"')
.replaceAll(''', "'")
.replaceAll(''', "'")
}

0 comments on commit d873dda

Please sign in to comment.