parent
1ea5b18020
commit
30962e2e9d
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ citationLabel = do
|
|||
<* optional spaces
|
||||
<* optional (symbol ',')
|
||||
<* optional spaces)
|
||||
where bibtexKeyChar = ".:;?!`'()/*@_+=-[]" :: [Char]
|
||||
where bibtexKeyChar = ".:;?!`'()/*@_+=-&[]" :: [Char]
|
||||
|
||||
cites :: PandocMonad m => CitationMode -> Bool -> LP m [Citation]
|
||||
cites mode multi = try $ do
|
||||
|
|
Loading…
Add table
Reference in a new issue