Markdown差分ツール オンライン
Markdownドキュメントをオンラインで比較し、差分を瞬時に検出します。
元のテキスト1 行
変更後テキスト1 行
What Is Markdown Diff?
Markdown Diff is a free online tool that compares two Markdown documents line by line and highlights every addition, deletion, and modification. It is ideal for reviewing changes to README files, changelogs, documentation pages, wiki articles, and any other Markdown-formatted content.
How to Use Markdown Diff
- Paste your original Markdown into the left panel.
- Paste the modified Markdown into the right panel.
- Click Compare to see the highlighted differences.
- Use Split or Unified view to review changes.
Features
- Line-by-line Markdown comparison
- Split and unified diff views
- Works with all Markdown flavors including GFM
- Added / removed line counters
- Copy diff result to clipboard
FAQ
Can Markdown Diff compare README files?
Yes. Paste any Markdown content — README files, changelogs, documentation pages, or blog posts — and the diff will highlight every change.
Is my Markdown content sent to a server?
No. All comparison logic runs entirely in your browser. Your content never leaves your device.
Does Markdown Diff support GFM (GitHub Flavored Markdown)?
Yes. The tool compares Markdown as plain text, so it works with any Markdown variant including GFM tables, task lists, and code fences.