mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
Fix biblatex parsing of @commentary entries.
Previously they were skippedas comments due to a bug. Closes #11322.
This commit is contained in:
@@ -821,7 +821,7 @@ bibComment :: BibParser ()
|
||||
bibComment = do
|
||||
cistring "comment"
|
||||
spaces'
|
||||
void inBraces <|> bibSkip <|> return ()
|
||||
void inBraces
|
||||
|
||||
bibPreamble :: BibParser ()
|
||||
bibPreamble = do
|
||||
|
||||
Reference in New Issue
Block a user