From 733e79b2feed4b3728fcf09451d8bdf730ebe016 Mon Sep 17 00:00:00 2001 From: Sylvester Keil Date: Sun, 13 Apr 2014 15:19:56 +0200 Subject: [PATCH] fix style syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 471f832..31cfada 100644 --- a/README.md +++ b/README.md @@ -260,13 +260,13 @@ You can cite multiple items in a single citation by referencing all ids of the items you wish to quote separated by spaces. For example, `{% cite ruby microscope %}` would produce a cite tag like: - (Flanagan, D. & Matsumoto, Y. 2008; Shaughnessy, P. 2013) + (Flanagan & Matsumoto 2008; Shaughnessy 2013) #### Page numbers and locators If you would like to add page numbers to your citation, you can use the `-l` or `--locator` option. For example, `{% cite ruby -l 23-5 %}` would -produce a citation like `(Matsumoto, Y., 2008, pp. 23-5)`. +produce a citation like `(Matsumoto, 2008, pp. 23-5)`. When quoting multiple items (see above) you can add multiple locators after the list of ids. For example, `{% cite ruby microscope -l 2 -l 24 & 32 %}`. -- GitLab