How to show code diffs in your Hashnode Blog?
Code Diffs was something I wanted to use for a while in Hashnode but I didn't know that it was already there to be used in markdown. The way you can implement this is like follows:
```diff
+ const port = process.env.PORT || 3000;
- app.listen(3000, (...
livecode247.com2 min read