fedimbed: try 2
This commit is contained in:
parent
180839e687
commit
983c07c958
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue