Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Bach <benjamin@overtag.dk>2022-08-25 01:56:48 +0300
committerBenjamin Bach <benjamin@overtag.dk>2022-08-25 01:56:48 +0300
commit4ed8c4a18d419bd1712b1a29636320aba6fead20 (patch)
tree3b8c180472f157f1fee4af40635507373cfa1579
parentc87fe21550abeb368b98427ed3ea0b98cd103786 (diff)
Add an example rendering with paragraphs inside tablesnienn/fix-table-typography-sizing
-rw-r--r--docs/demo/lists_tables.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/demo/lists_tables.rst b/docs/demo/lists_tables.rst
index b0b4f84..d63cf47 100644
--- a/docs/demo/lists_tables.rst
+++ b/docs/demo/lists_tables.rst
@@ -346,3 +346,26 @@ List Tables
This is a long caption for a figure. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Donec porttitor dolor in odio posuere, vitae ornare libero mattis. In lobortis justo vestibulum nibh aliquet, non.
+
+
+Tables with paragraphs
+----------------------
+
+.. regression test for https://github.com/readthedocs/sphinx_rtd_theme/issues/289
+
+Test to see that tables behave well with nested paragraphs.
+
++------------+----------+-------------------------+
+| Precedence | Operator | Description |
++============+==========+=========================+
+| 1 | \:: | Scope resolution |
++------------+----------+-------------------------+
+| 2 | ( ) | Function call |
+| | | |
+| | [ ] | Subscript |
+| | | |
+| | . | Member access |
+| | | |
+| | .{ } | Bit-field concatenation |
++------------+----------+-------------------------+
+