Skip to content

Instantly share code, notes, and snippets.

@jlehtoma
Last active August 29, 2015 14:00
Show Gist options
  • Save jlehtoma/0b725ae5666a8b04a123 to your computer and use it in GitHub Desktop.
Save jlehtoma/0b725ae5666a8b04a123 to your computer and use it in GitHub Desktop.
Pandoc table conversion
#!/bin/bash
pandoc in.md -o out.pdf
pandoc in.md -o out.tex
pandoc out.tex -o out2.pdf

Centered Default Right Left Header Aligned Aligned Aligned


First row 12.0 Example of a row that spans multiple lines.

Second row 5.0 Here's another one. Note the blank line between rows.

Table: Here's the caption. It, too, may span multiple lines.

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