dubdiff/README.md

13 lines
631 B
Markdown
Raw Normal View History

2015-06-03 22:48:25 +02:00
# dubdiff
A diff viewer for markdown-formatted documents.
2015-06-03 22:49:02 +02:00
Uses the [`wdiff`](http://www.gnu.org/software/wdiff/) tool as a diffing engine. This produces an output that is more useful for copy-editing tasks. This wdiff comparison is then processed in a way that is aware of markdown formatting. The resulting output attempts to show differences of copy within the final document format (rather than differences of format).
2015-06-03 22:48:25 +02:00
The markdown-sensitive processing of the wdiff comparison is at `server/components/wdiff/index.js`, for the curious.
2015-09-17 22:41:50 +02:00
2015-09-17 22:42:13 +02:00
## Live Version
The tool is live at [http://dubdiff.com], feel free to use it there.