diff --git a/src/Text/Pandoc/Citeproc/BibTeX.hs b/src/Text/Pandoc/Citeproc/BibTeX.hs index 14f3a7af09fa..d4d4d3925ca7 100644 --- a/src/Text/Pandoc/Citeproc/BibTeX.hs +++ b/src/Text/Pandoc/Citeproc/BibTeX.hs @@ -188,6 +188,7 @@ writeBibtexString opts variant mblang ref = , "annote" , "url" -- not officially supported, but supported by -- some styles (#8287) + , "doi" ] valToInlines (TextVal t) = B.text t