# Simple tables Right Left Center Default ------- ------ ---------- ------- 12 12 12 12 123 123 123 123 1 1 1 1 error 2nd-order 10th-order ------ ----------- ------------ $\insample$ $0.029$ $10^{-5}$ $\outsample$ $0.120$ $7680$ ------- ------ ---------- ------- 12 12 12 12 123 123 123 123 1 1 1 1 ------- ------ ---------- ------- # Mutiline tables ------------------------------------------------------------- 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. ------------------------------------------------------------- ----------- ------- --------------- ------------------------- 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. ----------- ------- --------------- ------------------------- # grid table +---------------+---------------+--------------------+ | Fruit | Price | Advantages | +===============+===============+====================+ | Bananas | $1.34 | - built-in wrapper | | | | - bright color | +---------------+---------------+--------------------+ | Oranges | $2.10 | - cures scurvy | | | | - tasty | +---------------+---------------+--------------------+ +----------------------+------------------+ | test | a | +----------------------+------------------+ # pipe tables | Right | Left | Default | Center | |------:|:-----|---------|:------:| | 12 | 12 | 12 | 12 | | 123 | 123 | 123 | 123 | | 1 | 1 | 1 | 1 | Right | Left | Default | Center -----:|:-----|---------|:------: 12 | 12 | 12 | 12 123 | 123 | 123 | 123 1 | 1 | 1 | 1 fruit| price -----|-----: apple|2.05 pear|1.37 orange|3.09 | One | Two | |-----+-------| | my | table | | is | nice |