diff options
| author | MALO <57839069+MDLC01@users.noreply.github.com> | 2023-09-12 14:47:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 14:47:36 +0200 |
| commit | 976abdfe7dc08ae42ee87e5c2d4ff46ebe172dd1 (patch) | |
| tree | 836d1b46f9e2e25205eb0f85c1c65a216bc9d655 /tests/typ/meta/query-figure.typ | |
| parent | e39be71a54a4264032115ab3b31bdd86845a966b (diff) | |
Add `figure.caption` element (#1704)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/typ/meta/query-figure.typ')
| -rw-r--r-- | tests/typ/meta/query-figure.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/query-figure.typ b/tests/typ/meta/query-figure.typ index b1e59abe..0540d65a 100644 --- a/tests/typ/meta/query-figure.typ +++ b/tests/typ/meta/query-figure.typ @@ -17,7 +17,7 @@ Figure #numbering(it.numbering, ..counter(figure).at(it.location())): - #it.caption + #it.caption.body #box(width: 1fr, repeat[.]) #counter(page).at(it.location()).first() \ ] |
