Skip to content

Instantly share code, notes, and snippets.

@mydearxym
Forked from staltz/migration-guide.md
Created December 11, 2015 23:13
Show Gist options
  • Select an option

  • Save mydearxym/b7d624442df6c2e9b67a to your computer and use it in GitHub Desktop.

Select an option

Save mydearxym/b7d624442df6c2e9b67a 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');
 }
@christmasgirl
Copy link
Copy Markdown

Hello im new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment