mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Merge a2851c632b9028f22713e2efbddf2b8a42407e73 into 9b09146a6b5e936966ed7ee73bce9dd2df3810ae
This commit is contained in:
commit
d61e9d595c
@ -132,6 +132,9 @@ pub struct FigureElem {
|
|||||||
/// caption: [A glacier],
|
/// caption: [A glacier],
|
||||||
/// image("glacier.jpg", width: 60%),
|
/// image("glacier.jpg", width: 60%),
|
||||||
/// )
|
/// )
|
||||||
|
/// #show figure: set place(
|
||||||
|
/// clearance: 1em,
|
||||||
|
/// )
|
||||||
/// #lorem(60)
|
/// #lorem(60)
|
||||||
/// ```
|
/// ```
|
||||||
pub placement: Option<Smart<VAlignment>>,
|
pub placement: Option<Smart<VAlignment>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user