mirror of
https://github.com/typst/typst
synced 2025-05-19 19:45:29 +08:00
8 lines
235 B
Typst
8 lines
235 B
Typst
// Test that figure caption separator is synthesized correctly.
|
|
// https://github.com/typst/typst/issues/3586
|
|
// Ref: false
|
|
|
|
---
|
|
#show figure.caption: c => test(c.separator, [#": "])
|
|
#figure(table[], caption: [This is a test caption])
|