Skip to content

Commit 926e0f2

Browse files
authored
add info on adding a table caption
1 parent 3ea8e5f commit 926e0f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/Language/tables.pod6

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ expect a warning about short rows being filled with empty cells.
110110
row with the most cells. Short rows are padded on the right with
111111
empty cells and generate a warning.)
112112
113+
8. Adding a caption to a table is possible using the C<=begin table>
114+
line as in this example:
115+
116+
=begin code :skip-test
117+
=begin table :caption<My Tasks>
118+
mow lawn
119+
take out trash
120+
=end table
121+
=end code
122+
113123
Note that not following best practices may require more table
114124
processing due to additional looping over table rows.
115125

0 commit comments

Comments
 (0)