Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2014 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/875b09b6e52218e28db6 to your computer and use it in GitHub Desktop.
Save anonymous/875b09b6e52218e28db6 to your computer and use it in GitHub Desktop.
pandoc -s -F pandoc-citeproc -t markdown-citations << EOT
Foo [@item1].
Bar [@item2].
# References {-}
---
csl: apa.csl
references:
- author:
- family: Teplin
given: Linda A.
- family: McClelland
given: Gary M.
- family: Abram
given: Karen M.
- family: Washburn
given: Jason J.
id: item2
issued:
date-parts:
- - 2005
- 3
title: 'Early violent death in delinquent youth: A prospective longitudinal study'
type: speech
genre: paper
event: Annual Meeting of the American Psychology-Law Society
event-place: La Jolla, CA
- author:
- family: "D’Erasmo"
given: Stacy
id: item1
issued:
date-parts:
- - 2000
- 4
- 26
title: The craft and career of writing
type: speech
genre: lecture
event-place: Northwestern University, Evanston, IL
...
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment