What the exported Markdown looks like
Both Copy as Markdown and Export as a Markdown file produce the same thing: a standalone Markdown document of the whole conversation. Each turn gets a heading, and the tool work is written inline. Any images Claude received or produced are embedded directly in the document, so it stays complete on its own — it opens, renders, and searches in any editor or notes app, with no need for this viewer.
A turn comes out shaped like this:
### User
Can you rename the helper function and update its callers?
### Claude
Done — renamed it and updated the two call sites.
### Tool result
(the file edits Claude made, shown inline)
The headings (### User, ### Claude, ### Tool result) are part of the exported document itself, so they read clearly even far away from this app.