From: Alan I. <ala...@gm...> - 2017-03-10 18:43:12
|
Output for the first line of Test Table 1 is OK, if the last line is deleted. The last is not OK (because of the commas). It *is* possible to put the expressions in quotes. BUT: Output for the first line of Test Table 2 is OK, if the last line is deleted. The last is not OK (because of the space before the comma). Cheers, Alan Isaac Test CSV Tables ---------------- .. csv-table:: Test Table 1 :header: code, math :code:`int` , :math:`33` :code:`(int,int)` , :math:`(33,33)` .. csv-table:: Test Table 2 :header: hthis, hthat "test","this","that" "test","this" , "that" |