summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Alday <phillip.alday@staff.uni-marburg.de>2014-05-16 17:36:01 +0200
committerPhillip Alday <phillip.alday@staff.uni-marburg.de>2014-05-16 17:36:01 +0200
commitcb6879cd2f8b59b90ff1781432bdf855c7c1d7a5 (patch)
tree0c002f969aa04088bc3f62a86394f6c87a64798a
parent8de5daed57b2d588fa53d939a9e04864b3e3527a (diff)
fixed escape for literal paragraph
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 59243c2df..a2169e5ff 100644
--- a/README
+++ b/README
@@ -2498,8 +2498,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