You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(channel): render Markdown as HTML in Telegram messages
Claude Code responses use Markdown formatting (bold, italic, code blocks,
inline code) which Telegram displays as raw text by default.
Add markdownToHtml() converter in TelegramAdapter that transforms standard
Markdown to Telegram HTML, and send messages with parse_mode: 'HTML'.
Code blocks are extracted first to prevent formatting replacements inside them.
0 commit comments