Change - Tables

Created on Oct. 26, 2012, 1:09 p.m. by Hevok & updated on Oct. 27, 2012, 7:44 p.m. by Hevok

reST features two synthaxes for tables. Grid tables are complete but a lot of work, while simple tables are easy to create but limited (now raw spans, etc.). ¶
¶
---- ¶
¶
**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 | - Cells | ¶
+------------+ span rowns | - contain | ¶
| body row 4 | | - blocks. | ¶
+------------+------------+------------+ ¶
¶
---- ¶
¶
**Simple table:** ¶
¶
===== ===== ====== ¶
Inputs Output ¶
------------ ------ ¶
A B A or B ¶
===== ===== ====== ¶
False False False ¶
True False True ¶
False True True ¶
True True True ¶
===== ===== ====== ¶
¶
---- ¶
¶
The table directive can be used to create a title table: ¶
¶
.. table:
: Denigma's Aspects ¶
¶
========== =========== ======= ¶
Research Programming Design ¶
========== =========== ======= ¶
Scientists Developers Artists ¶
Ranks Grades Titles ¶
========== =========== =======


Comment: Updated entry

Comment on This Data Unit