mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 11:16:33 +00:00
Typst reader: fix temporary regression in cite.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user