jgm / pandoc

Universal markup converter
https://pandoc.org
Other
34.36k stars 3.37k forks source link

JATS writer not writing edition in ref-list #7993

Closed castedo closed 2 years ago

castedo commented 2 years ago

REPRO STEPS Convert has-edition.md to jats xml:

pandoc -s -f markdown -t jats_publishing+element_citations --citeproc \
  < has-edition.md > out.xml

EXPECTED out.xml with the contents of: has-edition.xml.txt

GOT out.xml missing the <edition> XML element inside <element-citation>

Pandoc version 2.17.1.1 (and 2.14.0.3)

NOTES:

tarleb commented 2 years ago

Thanks for the report.