Created
May 21, 2015 16:07
-
-
Save asathoor/e7a517281f30097320bc to your computer and use it in GitHub Desktop.
Pandoc markdown with bibliography
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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