Send the overflow tail message with HTML parse_mode, but persist the unrendered markdown chunk in buf.text so later deltas and stream_end re-render correctly via _split_telegram_markdown_html().
Apply parse_mode=HTML to overflow intermediate chunks so markdown formatting is not lost when long streamed messages are split. Fixes #4637