diff --git a/src/util/html.js b/src/util/html.js
index 85bb5ec..092a0f0 100644
--- a/src/util/html.js
+++ b/src/util/html.js
@@ -32,14 +32,14 @@ function parseHtmlEntities(str) {
function htmlToMarkdown(str, images = true, embed = true) {
str = str.replaceAll("\\", "\\\\");
- str = str.replace(/