Skip to content

Commit e37f99a

Browse files
committed
Fix joining of multiple custom footnotes
1 parent c53fe56 commit e37f99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presentation.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
query(<custom-footnote>)
1313
.filter(it => it.location().page() == current-page)
1414
.map(md => md.value)
15-
.join([\n])
15+
.join(linebreak())
1616
},
1717
)
1818

0 commit comments

Comments
 (0)