mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
Biblio - fixed author-in-text citations so they don't double.
This commit is contained in:
@@ -71,7 +71,7 @@ processCite s cs (Cite t _) =
|
||||
then [Cite t $ renderPandoc s [x] ++
|
||||
if null xs
|
||||
then []
|
||||
else [Space, Cite t $ renderPandoc s xs]]
|
||||
else Space : renderPandoc s xs]
|
||||
else [Cite t $ renderPandoc s (x:xs)]
|
||||
_ -> [Str ("Error processing " ++ show t)]
|
||||
processCite _ _ x = [x]
|
||||
|
||||
Reference in New Issue
Block a user