Centered Default Right Left Header Aligned Aligned Aligned
First row 12.0 Example of a row that spans multiple lines.
Table: Here's the caption. It, too, may span multiple lines.
#!/bin/bash | |
pandoc in.md -o out.pdf | |
pandoc in.md -o out.tex | |
pandoc out.tex -o out2.pdf |