Update README.md

This commit is contained in:
Adam Brown 2015-06-03 16:48:25 -04:00
parent 26f3a4d97f
commit d2fdf8b170

View File

@ -1,2 +1,7 @@
# wdiff-markdown-editor # dubdiff
A versioned editing platform for markdown with wdiff support.
A diff viewer for markdown-formatted documents.
Uses the `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).
The markdown-sensitive processing of the wdiff comparison is at `server/components/wdiff/index.js`, for the curious.