We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501daba + 3fbf313 commit 5f6181eCopy full SHA for 5f6181e
jacow.typ
@@ -530,7 +530,7 @@
530
align(
531
// center for single-line, left for multi-line captions
532
if measure(it).width < size.width { center } else { left },
533
- if sys.version.at(1) >= 13 {
+ if sys.version >= version(0, 13) {
534
// workaround for https://github.com/typst/typst/issues/5472#issuecomment-2730205275
535
block(
536
width: size.width,
0 commit comments