Re: Writing Custom Directives, Expand Using Dynamic Data?

Kent Borg <[email protected]> Mon, 2 Sep 2019 10:27:50 -0400
Newsgroups gmane.text.docutils.user
Message-ID <[email protected]>
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