Files
clawdbot/src/telegram
George Zhang a1413a011e feat(telegram): convert markdown tables to bullet points (#1495)
Tables render poorly in Telegram (pipes stripped, whitespace collapses).
This adds a 'tableMode' option to markdownToIR that converts tables to
nested bullet points, which render cleanly on mobile.

- Add tableMode: 'flat' | 'bullets' to MarkdownParseOptions
- Track table state during token rendering
- Render tables as bullet points with first column as row labels
- Apply bold styling to row labels for visual hierarchy
- Enable tableMode: 'bullets' for Telegram formatter

Closes #TBD
2026-01-23 18:00:51 +00:00
..
2026-01-19 00:34:26 +00:00
2026-01-14 15:02:19 +00:00
2026-01-07 04:16:39 +01:00
2026-01-15 17:07:38 +00:00
2026-01-15 17:07:38 +00:00