Skip to content

Instantly share code, notes, and snippets.

@wolfiex
Forked from jadephilipoom/pdfdiff.bash
Created November 28, 2020 18:10
Show Gist options
  • Save wolfiex/4affd79e2b7103d740c7c4ae43090564 to your computer and use it in GitHub Desktop.
Save wolfiex/4affd79e2b7103d740c7c4ae43090564 to your computer and use it in GitHub Desktop.
Pretty PDF diff using wdiff and MarkDown
wdiff -n -w $'~~' -x $'~~' -y $'\\textcolor{blue}{' -z '}' base.md new.md | pandoc -o diff.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment