2543 shaares
86 private links
86 private links
I need to produce a version of a document where the changes compared to an earlier version are marked (as red text, specifically). Both are markdown. What is my best option?
The first thing that occurs to me is to turn them both into LaTeX and use latexdiff. Is there a better way?