Blog Ai May 15, 2026

Pasting from Claude shouldn't take ten minutes to clean up

The headings flatten, the bullets break, the code blocks turn into monospace soup. We fixed paste because the rest of the editor doesn't matter if the door in is broken.

You paste a draft from Claude or ChatGPT into Word and the rest of the morning is gone. The headings turned into bold paragraphs. The bullets became double-hyphens. The fenced code block is now four lines of monospace text with the backticks still showing. Ten minutes of fixing later, you’re staring at the same paragraph you pasted.

The shape we paste isn’t the shape Word wants to render. Word wants .docx-style runs of styled text. The model produces Markdown. There’s a translation layer missing, and the clipboard isn’t smart enough to do it.

sweetdocs handles paste the way it should. The Markdown source comes through as Markdown. Headings stay headings, lists stay lists, code blocks stay code blocks, the hex swatches survive. You paste, you proofread, you ship. The ten minutes of fix-up is now zero.

It’s a small feature. It’s the one writers in beta mention first.

Read more