From 660823e2ecd8893a6fe60a362b49bfe281e79e06 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 17 Mar 2024 15:45:23 -0700 Subject: Typst writer: only use explicit figure 'kind' for tables. The rest of the time the autodetection should work fine. --- test/command/9236.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'test/command') diff --git a/test/command/9236.md b/test/command/9236.md index 4fa36744b..f8eca5fb5 100644 --- a/test/command/9236.md +++ b/test/command/9236.md @@ -12,22 +12,19 @@ And inline: ![minimal](command/minimal.svg){height=2in} and #figure(image("command/minimal.svg", width: 3in), caption: [ minimal - ], - kind: image + ] ) #figure(image("command/minimal.svg", height: 2in, width: 3in), caption: [ minimal - ], - kind: image + ] ) #figure(image("command/minimal.svg"), caption: [ minimal - ], - kind: image + ] ) And inline: #box(image("command/minimal.svg", height: 2in)) and -- cgit v1.2.3