diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/figure.png | bin | 49894 -> 66110 bytes | |||
| -rw-r--r-- | tests/typ/meta/figure.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/meta/figure.png b/tests/ref/meta/figure.png Binary files differindex 90f59d14..37386698 100644 --- a/tests/ref/meta/figure.png +++ b/tests/ref/meta/figure.png diff --git a/tests/typ/meta/figure.typ b/tests/typ/meta/figure.typ index 62d163a9..7d618d06 100644 --- a/tests/typ/meta/figure.typ +++ b/tests/typ/meta/figure.typ @@ -100,3 +100,12 @@ We can clearly see that @fig-cylinder and #show figure: set block(breakable: true) #figure(table[a][b][c][d][e], caption: [A table]) + +--- +// Test custom separator for figure caption +#set figure.caption(separator: [ --- ]) + +#figure( + table(columns: 2)[a][b], + caption: [The table with custom separator.], +) |
