You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add support for highlighting code changes, in the way that's also possible with Github:
- echo "Hello World!"+ echo "Hello World!!!"
But without needing the diff "language". So we still have syntax highlighting of the language, but also get added and removed classes to each line that we can manually target with CSS
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to add support for highlighting code changes, in the way that's also possible with Github:
But without needing the
diff
"language". So we still have syntax highlighting of the language, but also getadded
andremoved
classes to each line that we can manually target with CSSBeta Was this translation helpful? Give feedback.
All reactions