Why normal paste creates a tradeoff
Keep Source Formatting can carry chat backgrounds, fonts, sizes, and interface styles into Word. Paste as Plain Text removes that noise, but it can also flatten headings, lists, tables, links, and code.
The useful middle path is to keep semantic document structure while rebuilding it with controlled Word styles.
Headings remain headings, lists remain lists, and simple tables remain editable tables.
Source backgrounds, arbitrary fonts, sizes, classes, and inline styles are not copied into the DOCX.
The converter does not rewrite, summarize, humanize, or judge the text.
Build the clean Word file
Copy one complete response, paste it into the workbench, and select Build Word preview. The tool automatically chooses safe rich text when available, otherwise it checks for Markdown and falls back to plain paragraphs.
Use one response at a time so the preview and coverage summary describe one clear result.
The sample follows the same parser and DOCX generation path as your own pasted text.
Check the detected input type, preserved structures, removed styles, and any warnings.
Check which formatting is preserved
The coverage summary distinguishes editable structure from source styling and unsupported content. A warning does not remove the download, but it tells you what to compare in Word.
| Area | Status | What the evidence shows |
|---|---|---|
| Headings, paragraphs, bold, italic | Preserved | Mapped to editable Word paragraphs and text runs. |
| Links, two-level lists, simple tables, code | Preserved | Mapped to Word hyperlinks, numbering, tables, and controlled code styling. |
| Backgrounds, source fonts, sizes, UI styles | Removed | Source presentation styles are excluded from the generated DOCX. |
| Images, complex formulas, nested tables | Review required | Unsupported structures produce visible warnings instead of a false complete result. |
Download and finish the document in Word
Download clean-ai-text.docx, open it in Microsoft Word, and compare any warned structures with the source response. The output remains editable, so you can apply your own template, margins, branding, or final review process.