Skip to content

Instantly share code, notes, and snippets.

@Hilarie
Forked from staltz/migration-guide.md
Created November 21, 2015 05:22
Show Gist options
  • Select an option

  • Save Hilarie/19dbc97f887b964fb63c to your computer and use it in GitHub Desktop.

Select an option

Save Hilarie/19dbc97f887b964fb63c 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