Files
Ben Taylor cf191b5525 fix(channels-telegram): emit language- form for tagged code fences (#6622)
## Summary
- Tagged fenced code blocks (```js ... ```) now emit Telegram's
`<pre><code class="language-js">` form instead of leaking the language
token into the code body
- Untagged fences stay plain `<pre>`; single-line ``` ```code``` ```
fences become inline `<code>`
- Fixes #6602

## Test plan
- New vitest cases in `telegram-html.test.ts` (tagged/untagged/inline
fences)
- Verified standalone via `node --experimental-strip-types`
2026-09-09 15:25:22 -05:00
..
2026-09-09 22:24:05 +02:00
2026-09-09 22:24:05 +02:00
2026-09-09 22:24:05 +02:00
2026-09-09 22:24:05 +02:00
2026-09-09 22:24:05 +02:00
2026-09-09 22:24:05 +02:00
2026-09-09 22:24:05 +02:00