v0.1.0-rc.3
Pre-release
Pre-release
Fixed
- Preserves
<strong>,<b>,<em>, and<i>inside raw HTML tables during compatibility fallback, preventing literal**...**markers in cells. - Converts linked Markdown badge images into ordinary links when Telegram rejects them as unavailable rich-message media.
- Records every Rich Markdown request/result attempt for retention-bound operator diagnostics.
Verification
- Compared stored raw input, outbound Markdown, and Telegram
rich_messageresponses for all traced production conversions. - Confirmed the only leaked bold markers were table-cell values addressed by this fix.
- CI, race tests, vet, govulncheck, Docker build, and Compose validation passed.