From: Kent B. <ken...@bo...> - 2019-09-02 14:27:59
|
On 9/2/19 9:26 AM, Guenter Milde via Docutils-users wrote: > Did you try list tables or CSV tables? Depending on your needs these > may facilitate your task a lot. I have not used them. RST tables are powerful, and we are using some of those powerful features, so of course there will be problems. As we have hit problems we have figure them out continued. At the moment they are doing what we need. One thing that was surprising was when we put Chinese characters in a table it broke. I traced through and saw it was an alignment issue, with wide east asian characters being considered twice as wide as ASCII. -kb |