mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
bbedaadc4d
Previously the template turned any `keywords` defined in Pandoc metadata into empty objects due to a misnomer in a loop variable. This in turn was rejected by the Typst compiler as invalid syntax, making document generation with keywords impossible.