diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-11-16 23:51:27 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-22 18:00:58 +0900 |
| commit | 72fa75cb9a033ebebd703a428e3371dad2f3e306 (patch) | |
| tree | d4acaede5dfd972391a0f38c007b3d6ebe695fdb /tests/roots/test-nested-tables | |
| parent | 26cd3019c3ed67eee279d94d81f63629dd549635 (diff) | |
| download | sphinx-git-72fa75cb9a033ebebd703a428e3371dad2f3e306.tar.gz | |
Close #6837: LaTeX: Support a nested table
Diffstat (limited to 'tests/roots/test-nested-tables')
| -rw-r--r-- | tests/roots/test-nested-tables/conf.py | 0 | ||||
| -rw-r--r-- | tests/roots/test-nested-tables/index.rst | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/roots/test-nested-tables/conf.py b/tests/roots/test-nested-tables/conf.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/roots/test-nested-tables/conf.py diff --git a/tests/roots/test-nested-tables/index.rst b/tests/roots/test-nested-tables/index.rst new file mode 100644 index 000000000..79110ae04 --- /dev/null +++ b/tests/roots/test-nested-tables/index.rst @@ -0,0 +1,16 @@ +nested-tables +============= + +.. list-table:: + :header-rows: 1 + + * - heading + - heading + * - content + - .. list-table:: + :header-rows: 1 + + * - heading + - heading + * - content + - content |
