I am having problems with tables in a .rst doc. Asking on the Sphinx list it seems that I do them correctly but they don't format as expected.
When I do the ReST view in UliPad I see the same problem. Has anyone come across this problem and has a solution? Werner P.S. I attach a small test .rst file
+=======+ | 1 2 | +===+===+ | 3 | 4 | +---+---+ +======================================================================+ | Another way of showing an overview of the content | +=================================+====================================+ | Overview | howto | | with some text here | with some other text here | +---------------------------------+------------------------------------| | Reports | vinoXML | | with again some text here | and again some text here | +---------------------------------+------------------------------------+ +======================================================================+ | This is converted fragment of ChangeLog | +============+=========================================================+ | 5 Apr 2005 | - FIX: [HTML] properly indent preformatted | | | text when first line has bigger | | | indentation than next ones | | | - CHG: [LaTeX] improve displaying | | | of field lists | +------------+---------------------------------------------------------+ | 6 Apr 2005 | - ADD: Rawlatex directive | | | - ADD: [HTML] use counters in CSS for | | | numbering of table of contents | | | and sections in text. At the moment | | | this numbering can be seen only in | | | Konqueror 3.4 and Opera ver. ? | +------------+---------------------------------------------------------+
