Skip to content

Instantly share code, notes, and snippets.

@njbart
Last active August 29, 2015 14:03
Show Gist options
  • Save njbart/76e01842bc1e5695d72c to your computer and use it in GitHub Desktop.
Save njbart/76e01842bc1e5695d72c to your computer and use it in GitHub Desktop.
pandoc -F pandoc-citeproc -t markdown-citations << EOT
Foo [@doe1].
Bar [@doe2].
Foo [@doe1].
Remove this line to see the problem [@doe2].
# References
---
csl: modern-humanities-research-association.csl
# csl: chicago-fullnote-bibliography.csl
references:
- id: doe1
type: book
author:
- family: Doe
given: John
title: First book
publisher: Publisher
publisher-place: Place
issued:
date-parts:
- - 2006
- id: doe2
type: book
author:
- family: Doe
given: John
title: Second book
publisher: Publisher
publisher-place: Place
issued:
date-parts:
- - 2006
...
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment