diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-06-04 08:18:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-04 08:18:24 -0700 |
commit | ff25cf079cd683ee1a2ad3d473e1db9084e0ba35 (patch) | |
tree | 4a845314b8b27717231252a9b156d2984d06271f | |
parent | 96815746611d63fae7be718cce643a52effd6525 (diff) | |
download | pandoc-ff25cf079cd683ee1a2ad3d473e1db9084e0ba35.tar.gz |
Reformatted nocite example in README.
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2503,8 +2503,8 @@ citing them in the body text, you can define a dummy `nocite` metadata field and put the citations there: --- - nocite: | - @item1, @item2 + nocite: | + @item1, @item2 ... @item3 |