We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53fe56 commit e37f99aCopy full SHA for e37f99a
1 file changed
presentation.typ
@@ -12,7 +12,7 @@
12
query(<custom-footnote>)
13
.filter(it => it.location().page() == current-page)
14
.map(md => md.value)
15
- .join([\n])
+ .join(linebreak())
16
},
17
)
18
0 commit comments