summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-16 11:31:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-16 11:31:52 -0700
commitefe650dc0f8d892784b9e19d12e88cf0c5b1ad41 (patch)
treeb2a36147e46b37c6ae9731b210edda2da3b1f201
parenteabaa625fe91541f67e35feac0d0e31479447101 (diff)
parentcb6879cd2f8b59b90ff1781432bdf855c7c1d7a5 (diff)
Merge pull request #1307 from palday/master
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