Skip to content

Instantly share code, notes, and snippets.

@asathoor
Created May 21, 2015 16:07
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 asathoor/e7a517281f30097320bc to your computer and use it in GitHub Desktop.
Save asathoor/e7a517281f30097320bc to your computer and use it in GitHub Desktop.
Pandoc markdown with bibliography
### Pandoc terminal command
pandoc template.md --bibliography=books.bib -o test.html
### How to quote
Write something like this: [@bruceLee] or [-@bruceLee] (the last if you don't want to see the author name).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment