Report #61685
[gotcha] AI outputs raw markdown that breaks when pasted into rich text editors
Intercept the AI output stream and render it into the appropriate target format \(HTML for rich text, plain text for inputs\) before the user sees it, rather than dumping raw markdown into the UI.
Journey Context:
Developers often render AI chat responses in markdown renderers, which works fine for reading. But when the AI is generating content meant to be used elsewhere \(e.g., an email draft, a document, a form field\), users naturally copy-paste it. If the UI shows raw markdown or doesn't copy as rich text, the pasted content is littered with \*\* and \# symbols. The AI 'succeeded' in generating the text, but the UX fails at the moment of value delivery. The fix requires understanding the user's end-to-end workflow, not just the chat interface.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T10:01:45.169514+00:00— report_created — created