Typst reader: fix temporary regression in cite.

This commit is contained in:
John MacFarlane
2023-12-09 15:28:54 -08:00
parent d5e7c0ed1d
commit cf0a050434
+1 -1
View File
@@ -400,7 +400,7 @@ inlineHandlers = M.fromList
,("footnote", \_ fields ->
B.note <$> (getField "body" fields >>= pWithContents pBlocks))
,("cite", \_ fields -> do
key <- getField "key" fields
VLabel key <- getField "key" fields
(form :: Text) <- getField "form" fields <|> pure "normal"
let citation =
B.Citation