Skip to content

Instantly share code, notes, and snippets.

@rbonvall
Created June 30, 2012 01:22
Show Gist options
  • Select an option

  • Save rbonvall/3021678 to your computer and use it in GitHub Desktop.

Select an option

Save rbonvall/3021678 to your computer and use it in GitHub Desktop.
Three examples of RestructuredText tables. The last one is not handled correctly by pandoc.

Example 1:

Header row, column 1 Header 2 Header 3
body row 1, column 1 column 2 column 3
body row 2 Cells may span

Example 2:

Header row, column 1 Header 2 Header 3
body row 1, column 1 column 2 column 3
body row 2 Cells may span columns

Example 3:

Header row, column 1 Header 2 Header 3
body row 1, column 1 column 2 column 3
body row 2 Cells may span columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment