Alan Isaac
2017-03-10 18:43:04 UTC
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"
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.
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"
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.