How to show migration guides in GitHub Markdown
Use the diff code highlighting tag.
diff
```diff - foo + bar
Example:
-function () { +function greet() { console.log('Hello world'); }