diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-04 23:15:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-04 23:15:03 +0200 |
| commit | 23715e813e1888c8c317ec2f9649d0f1ad46bd8c (patch) | |
| tree | 19e023514700cb9ec69285cafe658964aec4ee60 /library/src/layout | |
| parent | f347ed4314e32383dc09ff234180e8ea6fef7b8b (diff) | |
Refactor and document figures
Diffstat (limited to 'library/src/layout')
| -rw-r--r-- | library/src/layout/table.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/src/layout/table.rs b/library/src/layout/table.rs index c9a67a1b..4e21cb45 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -10,6 +10,9 @@ use crate::prelude::*; /// the [grid documentation]($func/grid) for more information on how to size the /// table tracks. /// +/// To give a table a caption and make it [referenceable]($func/ref), put it +/// into a [figure]($func/figure). +/// /// ## Example /// ```example /// #table( |
