If a document has a table like below, the cells that span multiple rows are removed when you save the file.
(See http://docutils.sourceforge.net/docs/user/rst/quickref.html#tables if the formating is crap)
+------------+------------+-----------+
| 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 rows. | - contain |
| body row 4 | | - blocks. |
+------------+------------+-----------+
OK, bug reproduced.
I'll take a look this week end.
Hi,
The bug mainly comes from a lack of information during the parsing step.
As I am currently working on different ways to parse a ReST file, it will be taken into account for the parser selection.