We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0395282 commit e0c547dCopy full SHA for e0c547d
apps/bot/src/bot.service.ts
@@ -13,7 +13,7 @@ function escapeMarkdownV2(text: string): string {
13
const links: string[] = [];
14
let linkIndex = 0;
15
16
- // Replace links with placeholders
+ // Handle links with proper regex for [[text]](url) format
17
const withPlaceholders = text.replace(
18
/\[([^\]]*)\]\(([^)]*)\)/g,
19
(match, linkText, url) => {
0 commit comments