Merge 93663710ec3d43b495ba43ede343386e66341611 into d1deb80bb8b4d5fad348c23a3e079e4854aa57e4

This commit is contained in:
cAttte 2025-07-05 14:34:13 +02:00 committed by GitHub
commit 7e8adb405e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -503,6 +503,10 @@ pub struct FigureCaption {
#[default(OuterVAlignment::Bottom)] #[default(OuterVAlignment::Bottom)]
pub position: OuterVAlignment, pub position: OuterVAlignment,
/// The figure's supplement.
#[synthesized]
pub supplement: Option<Content>,
/// The separator which will appear between the number and body. /// The separator which will appear between the number and body.
/// ///
/// If set to `{auto}`, the separator will be adapted to the current /// If set to `{auto}`, the separator will be adapted to the current
@ -542,10 +546,6 @@ pub struct FigureCaption {
#[synthesized] #[synthesized]
pub kind: FigureKind, pub kind: FigureKind,
/// The figure's supplement.
#[synthesized]
pub supplement: Option<Content>,
/// How to number the figure. /// How to number the figure.
#[synthesized] #[synthesized]
pub numbering: Option<Numbering>, pub numbering: Option<Numbering>,