diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/Citeproc/BibTeX.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Citeproc/BibTeX.hs b/src/Text/Pandoc/Citeproc/BibTeX.hs index 548190439..72f2362e6 100644 --- a/src/Text/Pandoc/Citeproc/BibTeX.hs +++ b/src/Text/Pandoc/Citeproc/BibTeX.hs @@ -179,6 +179,8 @@ writeBibtexString opts variant mblang ref = , "type" , "note" , "annote" + , "url" -- not officially supported, but supported by + -- some styles (#8287) ] valToInlines (TextVal t) = B.text t |
