socmap / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

Support for parsing tables in reStructuredText #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be good for pandoc to allow parsing of rST tables. Example (an 
extract from one of my reference pages):

+----------+------+---------------------+
| argument | type | description         |
+==========+======+=====================+
| `val`    | any  | The value to return |
+----------+------+---------------------+

Original issue reported on code.google.com by kierda...@googlemail.com on 10 Jan 2010 at 6:24

GoogleCodeExporter commented 8 years ago
r1840 adds (incomplete) support for RST tables.
colspans and rowspans are still not supported.

Original comment by fiddloso...@gmail.com on 27 Feb 2010 at 6:45