-
-
Save wolfiex/4affd79e2b7103d740c7c4ae43090564 to your computer and use it in GitHub Desktop.
Pretty PDF diff using wdiff and MarkDown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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