Skip to content

Commit 66a4c02

Browse files
mcanouilcderv
authored andcommitted
fix(typst): proper array syntax for bibliography
Fixes #13602
1 parent 20c2761 commit 66a4c02

File tree

1 file changed

+1
-1
lines changed
  • src/resources/formats/typst/pandoc/quarto

1 file changed

+1
-1
lines changed

src/resources/formats/typst/pandoc/quarto/biblio.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ $elseif(bibliographystyle)$
88
$endif$
99
$if(bibliography)$
1010

11-
#bibliography($for(bibliography)$"$bibliography$"$sep$,$endfor$)
11+
#bibliography(($for(bibliography)$"$bibliography$"$sep$,$endfor$))
1212
$endif$
1313
$endif$

0 commit comments

Comments
 (0)