rtfpessoa / diff2html-cli

Pretty diff to html javascript cli (diff2html-cli)
https://diff2html.xyz
MIT License
521 stars 50 forks source link

Cannot see diff on specials characters (eg ^M) #153

Open cscotti opened 1 year ago

cscotti commented 1 year ago

Could you provide an option which could show us if the diff is on specials characters (eg windows carriage return ^M versus unix carriage return) ?

rtfpessoa commented 1 year ago

Currently what the tool does it replace windows new lines (\r\n) for unix new lines \n and then I just split by \n. What would you really like to see?