Add an example of show-set place.clearance for figures

This commit is contained in:
Malo 2025-04-23 21:50:06 +02:00
parent 3e6691a93b
commit a2851c632b

View File

@ -132,6 +132,9 @@ pub struct FigureElem {
/// caption: [A glacier],
/// image("glacier.jpg", width: 60%),
/// )
/// #show figure: set place(
/// clearance: 1em,
/// )
/// #lorem(60)
/// ```
pub placement: Option<Smart<VAlignment>>,