匯出的 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)是匯出文件本身的一部分,因此即使遠離此應用程式也能清晰閱讀。