Skip to content

Commit

Permalink
add info on adding a table caption
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jul 1, 2018
1 parent 3ea8e5f commit 926e0f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/Language/tables.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ expect a warning about short rows being filled with empty cells.
row with the most cells. Short rows are padded on the right with
empty cells and generate a warning.)
8. Adding a caption to a table is possible using the C<=begin table>
line as in this example:
=begin code :skip-test
=begin table :caption<My Tasks>
mow lawn
take out trash
=end table
=end code
Note that not following best practices may require more table
processing due to additional looping over table rows.
Expand Down

0 comments on commit 926e0f2

Please sign in to comment.