A quick and easy diff generator with support for plaintext and formatted diffs of markdown.
client | ||
docker | ||
e2e/main | ||
server | ||
test | ||
.bowerrc | ||
.buildignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
.yo-rc.json | ||
bower.json | ||
Gruntfile.js | ||
karma.conf.js | ||
LICENSE | ||
markdown-format-wdiff.sublime-project | ||
markdown-format-wdiff.sublime-workspace | ||
package.json | ||
protractor.conf.js | ||
README.md |
dubdiff
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.