Real output from AI Chat Archive, committed verbatim. Browse these to see what the extension produces before you install.
All samples here are synthetic — the conversations never happened with real users, filenames don't correspond to real files, and any identifying details are fabricated. See the contribution guidelines for how to submit additional examples.
markdown-samples/short-conversation.md —
A 3-turn conversation with one code block. Shows basic turn structure and timestamp
format.markdown-samples/conversation-with-artifact.md (coming soon)markdown-samples/conversation-with-attachments.md (coming soon)Coming soon — see HTML format spec for the structure in the meantime.
Coming soon.
Each Markdown sample begins with the standard AI Chat Archive header:
# {Conversation title}
> Created: {timestamp} | Updated: {timestamp}
---
Then alternating ## Human (timestamp): / ## Claude (timestamp): turns separated by
--- rules. Attachments are rendered as > 📎 blockquote lines. Full details in the
Markdown format spec.
These files are plain committed text, so you can:
examples/markdown-samples/ as a test
fixture.License for these sample files follows the repo-wide CC BY 4.0.