diff options
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( |
