hermes-bsd/plugins/platforms/telegram
Teknium a966932392 fix(telegram): exempt tables from rich newline hard-breaks
The newline normalization is the shared chokepoint for every rich send
(sendRichMessage, draft, and editMessageText). Injecting a Markdown hard
break (two trailing spaces) into a GFM table row separator corrupts the
natively-rendered table — the rich path's headline feature. Protect both
fenced code blocks AND pipe-table blocks as bare regions; only prose
between them gets hard breaks. Verified RICH_CONTENT and the existing
rich-table tests stay byte-identical.
2026-06-21 08:26:28 -07:00
..
__init__.py
adapter.py fix(telegram): exempt tables from rich newline hard-breaks 2026-06-21 08:26:28 -07:00
plugin.yaml
telegram_network.py