mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
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:
@@ -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$],
|
||||
|
||||
Reference in New Issue
Block a user