rtfpessoa/diff2html-cli

Character-by-character highlighting?

whophil opened this issue · 4 comments

Is there a way to do character by character highlighting in diffs? For example:
image
I would only want the last digit in each number to be dark-highlighted.

It looks like this feature was lost with 4.0.0 (exists in 3.0.4 via the diff2html-cli -d char)

@whophil thanks for the report. Seems like it got lost in the refactor. Will bring it back.

Released as version 4.2.0.
Sorry for the regression. For some reason I though the option changed name.
I need to move the diff2html code to TS to make sure these things don't happen.

Thanks for the quick fix!