diff options
Diffstat (limited to 'tests/roots/test-nested-tables/index.rst')
-rw-r--r-- | tests/roots/test-nested-tables/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/roots/test-nested-tables/index.rst b/tests/roots/test-nested-tables/index.rst new file mode 100644 index 0000000..79110ae --- /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 |