mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Allow url field in bibtext (input and output).
This field is not officially supported, but many styles can handle it (<https://www.bibtex.com/f/url-field/>), and others will ignore it. Closes #8287.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user