From dc4f624584e66c7a74a65e4cf5d7d8f63517e2fc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 4 Dec 2025 22:55:19 +0100 Subject: Fix biblatex parsing of `@commentary` entries. Previously they were skippedas comments due to a bug. Closes #11322. --- src/Text/Pandoc/Citeproc/BibTeX.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Text/Pandoc/Citeproc/BibTeX.hs b/src/Text/Pandoc/Citeproc/BibTeX.hs index ba380da3d..c11c4013a 100644 --- a/src/Text/Pandoc/Citeproc/BibTeX.hs +++ b/src/Text/Pandoc/Citeproc/BibTeX.hs @@ -821,7 +821,7 @@ bibComment :: BibParser () bibComment = do cistring "comment" spaces' - void inBraces <|> bibSkip <|> return () + void inBraces bibPreamble :: BibParser () bibPreamble = do -- cgit v1.2.3