Skip to content

Instantly share code, notes, and snippets.

@sapegin
Forked from jkschoen/table.md
Last active December 28, 2015 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapegin/7465275 to your computer and use it in GitHub Desktop.
Save sapegin/7465275 to your computer and use it in GitHub Desktop.

Colons can be used to align columns.

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.

Markdown Less Pretty
Still renders nicely
1 2 3

| | Executes target on remote host (run shipit to execute 'deploy' target) | | list | Print list of available targets | | console | Open an SSH session on remote host | | exec | Execute on remote host |

xx xx
Executes target on remote host (run shipit to execute 'deploy' target)
list Print list of available targets
console Open an SSH session on remote host
exec Execute on remote host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment