Skip to content

Commit

Permalink
Update JATS.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Sep 26, 2024
1 parent 17ffe15 commit d507d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Text/Pandoc/Writers/JATS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ addCreditName val =
case M.lookup creditId creditNames of
Nothing -> val
Just creditName -> MapVal $ resetField "credit-name" creditName ctx
_ -> val

-- | Convert a @'Pandoc'@ document to JATS (Archiving and Interchange
-- Tag Set.)
Expand Down

0 comments on commit d507d3f

Please sign in to comment.