fedimbed: try 2

This commit is contained in:
Cynthia Foxwell 2025-04-19 14:16:21 -06:00
parent 180839e687
commit 983c07c958
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -1304,7 +1304,7 @@ async function processUrl(msg, url, spoiler = false, command = false, inQuote =
.replaceAll(/twitter\.com\/t\.co/g, "t.co");
}
content = content.replaceAll(/[*_~`|]/g, "\\$&");
content = content.replace(/[*_~`|]/g, "\\$&");
content = htmlToMarkdown(content);