Kiet Tran added the comment:

That document actually doesn't have any table that spans multiple lines. Here's 
the html page: http://docs.python.org/dev/library/unittest.html

Actually, I already know how to make a table span multiple lines from this 
stackoverflow page: 
http://stackoverflow.com/questions/13504595/multi-line-table-cell-in-restructuredtext

However, the problem is having the items in different columns match, as it 
depends on the width of the table, which is not fixed. For example, notice how 
the table is formatted nicely here: http://imgur.com/y1hLg
But if I shrink the width, the formatting just goes wrong: 
http://imgur.com/Oct9m

This is particularly problematic because some elements in the table have long 
lines.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16438>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to