Claude Code Helper 帮助

导出的 Markdown 是什么样子

复制为 Markdown导出为 Markdown 文件 都会生成相同的内容:一个包含整个对话的独立 Markdown 文档。每个轮次都有一个标题,工具工作内容以内联方式显示。Claude 接收或生成的任何图像都直接嵌入到文档中,因此它本身就是完整的——它可以在任何编辑器或笔记应用中打开、渲染和搜索,无需此查看器。

一个轮次会以这种形式显示:

### 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)

这些标题(### User### Claude### Tool result)是导出文档本身的一部分,因此即使远离此应用也能清晰阅读。