Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
soranoo committed Mar 10, 2024
1 parent 4c38ca4 commit 956da95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function setLogLevel(level: LogLevel) {
//! ====================
const HTML_CHARACTER_ENTITY_CONVERSION: HtmlCharacterEntityConversion = {
"\\&": "&",
"&": "&",
"&": "&", //? must later than "\\&"
"\\<": "&lt;",
"\\>": "&gt;",
'\\"': "&quot;",
Expand Down

0 comments on commit 956da95

Please sign in to comment.