Skip to content

Instantly share code, notes, and snippets.

@glennpratt
Last active December 17, 2015 19:49
Show Gist options
  • Select an option

  • Save glennpratt/5663372 to your computer and use it in GitHub Desktop.

Select an option

Save glennpratt/5663372 to your computer and use it in GitHub Desktop.

reStructuredText for tables?

Instead of Markdown

Grid table:

Header 1 Header 2 Header 3
body row 1 column 2 column 3
body row 2 Cells may span columns.
body row 3 Cells may span rows.
  • Cells
  • contain
  • blocks.
body row 4

Simple table:

Inputs Output
A B A or B
False False False
True False True
False True True
True True True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment