aboutsummaryrefslogtreecommitdiff
path: root/data/jats.csl
AgeCommit message (Collapse)AuthorFilesLines
2017-11-11Fixed URIs in jats.csl.John MacFarlane1-4/+1
They were being rendered twice, leading to invalid XML.
2017-03-30Automatically include URI-encoded jats.csl for jats output.John MacFarlane1-0/+208
This way people can do pandoc -s -t jats --filter pandoc-citeproc and it will just work. If they want to specify a stylesheet, they still can.