demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

Generate lines for tables automatically or with new syntax #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Perhaps a commandline option to pass to generate /hlines and /vlines for 
an entire table in the current markdown format, or a way of writing them 
by hand in markdown, i.e.

-------------
|Truth table|
-------------
| A | B | f |
-------------
| 0 | 0 | 0 |
-------------
| 0 | 1 | 0 |
-------------

The structure above looks pretty trivial to parse into /hlines and /vlines 
(just replace each pipe with a /vline, and each dividing "---" becomes a /
hline). Being able to do /multicolumn would be really great - but that 
sounds considerably harder to parse.

Original issue reported on code.google.com by alex.ev...@gmail.com on 13 Feb 2008 at 5:43

GoogleCodeExporter commented 8 years ago
Oops - this should have been an enhancement. Sorry...

Original comment by alex.ev...@gmail.com on 13 Feb 2008 at 5:44

GoogleCodeExporter commented 8 years ago

Original comment by fiddloso...@gmail.com on 18 Feb 2008 at 4:23