Skip to main content

Display modes

Results render as plain text, Markdown (native or HTML renderer), or HTML — toggle with ⌘D.

ModeWhen to use
Plain textDefault. Faithful to the model output, no parsing.
Markdown (native)Pretty rendering for any prompt that returns Markdown.
Markdown (HTML)Same idea but uses an HTML renderer — better for complex tables.
HTMLThe model returned HTML directly (e.g., from the Convert group).

Editing

Hit ⌘E to edit the result inline — the edit becomes its own history step:

Markdown editor inside the working area — inline editing of a transformation result

When you save your edit (⌘Enter or click outside), it's added as a new step in the chain. Branch off it, run another prompt against your edited text, or copy it out.

Per-prompt default

Each prompt can specify its preferred display mode in Settings → Prompts. The Markdownify prompt defaults to Markdown rendering; the HTMLify prompt defaults to HTML; everything else defaults to plain text. Override per prompt as needed.