Files
picoclaw/pkg
DimonB c36b06a901 Fix Telegram HTML links broken by italic regex matching inside href URLs (#2164)
reItalic (_text_) ran after reLink converted [text](url) to <a href>,
injecting <i> tags into URLs containing underscores (e.g. Google Flights
URL-safe base64 in the tfs param). Telegram silently dropped such malformed
<a> tags, causing only 1 of 3 links to appear in messages.

Fix: extract markdown links into placeholders before any formatting runs,
restore them as <a href> last — same pattern used for code blocks.
2026-03-31 11:46:06 +08:00
..
2026-03-29 01:25:20 +08:00
2026-03-30 18:01:07 +08:00
2026-03-30 18:07:20 +08:00
2026-03-13 14:04:02 +08:00
2026-03-19 18:04:58 +08:00