Skip to content
Markdown

Markdown Merge Tool

Merge two versions of a Markdown document, keeping all lines from both.

How it works

  1. 1Paste version A and version B.
  2. 2Lines are aligned by diff.
  3. 3Copy the merged document.

Use cases

  • Combine edits from two people.
  • Reconcile two drafts.
  • Keep additions from both copies.

Frequently asked questions

How are versions merged?

A two-way union keeps shared lines once and includes every line unique to either version, in diff order.

Does it create conflict markers?

No. This is a non-destructive union merge that keeps everything for you to trim.

Is it private?

Yes. Both documents are compared entirely in your browser; nothing is uploaded.

See all →