From cb6879cd2f8b59b90ff1781432bdf855c7c1d7a5 Mon Sep 17 00:00:00 2001
From: Phillip Alday <phillip.alday@staff.uni-marburg.de>
Date: Fri, 16 May 2014 17:36:01 +0200
Subject: [PATCH] fixed escape for literal paragraph

---
 README | 4 ++--
 1 file 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