Skip to content

Instantly share code, notes, and snippets.

@AgtLucas
Forked from staltz/migration-guide.md
Created February 15, 2016 12:52
Show Gist options
  • Select an option

  • Save AgtLucas/6157203c2f2916186208 to your computer and use it in GitHub Desktop.

Select an option

Save AgtLucas/6157203c2f2916186208 to your computer and use it in GitHub Desktop.
How to show migration guides in GitHub Markdown

How to show migration guides in GitHub Markdown

Use the diff code highlighting tag.

  ```diff
  - foo
  + bar

Example:

-function () {
+function greet() {
   console.log('Hello world');
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment