Skip to content

Instantly share code, notes, and snippets.

@ascendbruce
Created October 20, 2013 15:08
Show Gist options
  • Save ascendbruce/7070842 to your computer and use it in GitHub Desktop.
Save ascendbruce/7070842 to your computer and use it in GitHub Desktop.
Markdown table example

source

|name|score|
|:---|----:|
|john|   96|
|wang|   88|

output

name score
john 96
wang 88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment