summaryrefslogtreecommitdiff
path: root/library/src/layout/container.rs
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-01-29 23:26:31 +0100
committerMartin Haug <mhaug@live.de>2023-01-29 23:26:31 +0100
commitc3b3bbb9f23604e9003c300cca6f6c7babe944fc (patch)
treea25d527b903a84c491f5a886bad55132591aa268 /library/src/layout/container.rs
parentc987f07b76b18d8762a0ef48740ecc71722540f0 (diff)
Update remaining examples
Diffstat (limited to 'library/src/layout/container.rs')
-rw-r--r--library/src/layout/container.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/layout/container.rs b/library/src/layout/container.rs
index 8a772f2d..afbce576 100644
--- a/library/src/layout/container.rs
+++ b/library/src/layout/container.rs
@@ -110,13 +110,13 @@ impl Inline for BoxNode {}
///
/// ## Example
/// ```
-/// [
+/// #[
/// #show heading: it => it.title
/// = No block
/// Some text
/// ]
///
-/// [
+/// #[
/// #show heading: it => block(it.title)
/// = Block
/// Some more text