Markdown Edit

Conversation Markdown

Conversation Markdown is a convention how to format chat conversations in Well formed Markdown.

It is useful to capture things such as:

Example

# Example Conversation

This is an example of [the Conversation Markdown format](https://wiki.enola.dev/computer/ai/format/markdown-conversation.html).

## Joe requested an image

joe@ 2026-08-28T11:04:08Z

Turn this document into an image.

+[document.pdf](/files/zQmdceedY6vVreSBK18iJz2PjFf3964xH18w4541n2wZ)

## Gemini generated it

/ai/gemini-3.7-flash 2026-08-28T11:05:02Z
{ origin: trajectory1 }

Here is an illustration.

+[image.png](/files/zQmdfffeedY7vVreSBK19iJz2PjFf3Z)

Rules

Conventions

ToDo

  1. Review this by an AI, ask it for opinion, request clarification if any, and research for any similar existing prior art
  2. Let AI deduct Rules from Example
  3. Write Conversation.java model
  4. Write generator & parser code