summaryrefslogtreecommitdiff
path: root/library/src/layout/table.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-17 14:38:03 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-17 14:38:03 +0200
commit42afa410ae561eb5b267080d088bca529a5d0b54 (patch)
treebdea7348daef7409490ba542f9bdec5d52732d03 /library/src/layout/table.rs
parent8971588486b6ffa9269344b4bda71de86af9d908 (diff)
Better documentation outlines
Diffstat (limited to 'library/src/layout/table.rs')
-rw-r--r--library/src/layout/table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/table.rs b/library/src/layout/table.rs
index 9cd18b56..bb24bd7c 100644
--- a/library/src/layout/table.rs
+++ b/library/src/layout/table.rs
@@ -13,7 +13,7 @@ use crate::prelude::*;
/// To give a table a caption and make it [referenceable]($func/ref), put it
/// into a [figure]($func/figure).
///
-/// ## Example
+/// ## Example { #example }
/// ```example
/// #table(
/// columns: (1fr, auto, auto),