Typst template: allow multiword keywords (#11730)

Typst expects single words as keywords, so keywords consisting of
multiple words must be quoted (and should not be wrapped).
This commit is contained in:
Albert Krewinkel
2026-06-23 19:06:58 +02:00
committed by GitHub
parent c7b6552552
commit c568a0e665
+1 -1
View File
@@ -61,7 +61,7 @@ $endfor$
),
$endif$
$if(keywords)$
keywords: ($for(keywords)$$keywords$$sep$,$endfor$),
keywords: ($for(keywords)$"$keywords/nowrap$"$sep$,$endfor$),
$endif$
$if(date)$
date: [$date$],