diff options
Diffstat (limited to 'tests/typ/meta/figure.typ')
| -rw-r--r-- | tests/typ/meta/figure.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/figure.typ b/tests/typ/meta/figure.typ index 48dea0e8..62d163a9 100644 --- a/tests/typ/meta/figure.typ +++ b/tests/typ/meta/figure.typ @@ -41,7 +41,7 @@ We can clearly see that @fig-cylinder and #show figure.where(kind: "theorem"): it => { let name = none if not it.caption == none { - name = [ #emph(it.caption)] + name = [ #emph(it.caption.body)] } else { name = [] } |
