carbon-app / carbon

:black_heart: Create and share beautiful images of your source code
https://carbon.now.sh
MIT License
34.29k stars 1.9k forks source link

Diff command support #1490

Open noraj opened 10 months ago

noraj commented 10 months ago

Currently, the diff format supported is the unified variation cf. https://en.wikipedia.org/wiki/Diff#Unified_format

But the normal output is not supported:

image

image

I suggest renaming the current diff to Diff (unified) and to add support for the normal diff format under the name Diff (normal).