Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -/+ instead of </> #35

Open
cormacrelf opened this issue Sep 9, 2019 · 0 comments
Open

Use -/+ instead of </> #35

cormacrelf opened this issue Sep 9, 2019 · 0 comments

Comments

@cormacrelf
Copy link

It's not a purely cosmetic idea. + and - in the first column of text makes it very easy to get diff syntax highlighting when you copy and paste test output into GitHub comments. I find myself replacing the angle braces manually to get this effect.

Diff < left / right > :
 neutral
<[1, 2, 3, 4]
>[1–4]
Diff - left / right + :
 neutral
-[1, 2, 3, 4]
+[1–4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant