@@ -23,3 +23,75 @@ Table with caption and column width
2323 +--------------+--------------+
2424 | Row 2, Col 1 | Row 2, Col 2 |
2525 +--------------+--------------+
26+
27+ Large, complex table, break-none
28+ ================================
29+
30+
31+ .. table :: Example Table
32+ :width: 100%
33+ :caption: My table caption
34+ :break: none
35+
36+ +----------+------------+----------+-----+------+----------------------+--------------------+----------------+----------------+-------+------------------+----------------+----------------+------------------------+
37+ | https:// | subdomain. | example. | com | :80 | /en | /about-us/our-team | /john-doe | /publications/ | index | .xhtml | ?utm_campaign= | seo | #start |
38+ +==========+============+==========+=====+======+======================+====================+================+================+=======+==================+================+================+========================+
39+ | Protocol | Subdomain | Domain | TLD | Port | Site Language Prefix | Slug | Enhanced Route | | | |
40+ +----------+------------+----------+-----+------+----------------------+--------------------+-----------------------------------------+------------------+----------------+----------------+------------------------+
41+ | | Hostname | | | | Route Enhancer | Route Decorator | Query string | argument value | Location Hash / Anchor |
42+ +----------+-----------------------------+------+----------------------+--------------------+-----------------------------------------+------------------+----------------+----------------+------------------------+
43+ | | Route / Permalink | |
44+ +-----------------------------------------------+--------------------------------------------------------------------------------------------------------+----------------+----------------+------------------------+
45+ | URL (no arguments, unlike the URI) | | | |
46+ +--------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------+------------------------+
47+ | URI (everything) |
48+ +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
49+
50+
51+ Large, complex table, break-line (default)
52+ ==========================================
53+
54+ .. table :: Example Table
55+ :width: 100%
56+ :caption: My table caption
57+
58+ +----------+------------+----------+-----+------+----------------------+--------------------+----------------+----------------+-------+------------------+----------------+----------------+------------------------+
59+ | https:// | subdomain. | example. | com | :80 | /en | /about-us/our-team | /john-doe | /publications/ | index | .xhtml | ?utm_campaign= | seo | #start |
60+ +==========+============+==========+=====+======+======================+====================+================+================+=======+==================+================+================+========================+
61+ | Protocol | Subdomain | Domain | TLD | Port | Site Language Prefix | Slug | Enhanced Route | | | |
62+ +----------+------------+----------+-----+------+----------------------+--------------------+-----------------------------------------+------------------+----------------+----------------+------------------------+
63+ | | Hostname | | | | Route Enhancer | Route Decorator | Query string | argument value | Location Hash / Anchor |
64+ +----------+-----------------------------+------+----------------------+--------------------+-----------------------------------------+------------------+----------------+----------------+------------------------+
65+ | | Route / Permalink | |
66+ +-----------------------------------------------+--------------------------------------------------------------------------------------------------------+----------------+----------------+------------------------+
67+ | URL (no arguments, unlike the URI) | | | |
68+ +--------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------+------------------------+
69+ | URI (everything) |
70+ +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
71+
72+
73+
74+ Large, complex table, break-word
75+ ================================
76+
77+
78+ .. table :: Example Table
79+ :width: 100%
80+ :caption: My table caption
81+ :break: word
82+
83+ +----------+------------+----------+-----+------+----------------------+--------------------+----------------+----------------+-------+------------------+----------------+----------------+------------------------+
84+ | https:// | subdomain. | example. | com | :80 | /en | /about-us/our-team | /john-doe | /publications/ | index | .xhtml | ?utm_campaign= | seo | #start |
85+ +==========+============+==========+=====+======+======================+====================+================+================+=======+==================+================+================+========================+
86+ | Protocol | Subdomain | Domain | TLD | Port | Site Language Prefix | Slug | Enhanced Route | | | |
87+ +----------+------------+----------+-----+------+----------------------+--------------------+-----------------------------------------+------------------+----------------+----------------+------------------------+
88+ | | Hostname | | | | Route Enhancer | Route Decorator | Query string | argument value | Location Hash / Anchor |
89+ +----------+-----------------------------+------+----------------------+--------------------+-----------------------------------------+------------------+----------------+----------------+------------------------+
90+ | | Route / Permalink | |
91+ +-----------------------------------------------+--------------------------------------------------------------------------------------------------------+----------------+----------------+------------------------+
92+ | URL (no arguments, unlike the URI) | | | |
93+ +--------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------+------------------------+
94+ | URI (everything) |
95+ +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
96+
97+
0 commit comments