fixed escape for literal paragraph

This commit is contained in:
Phillip Alday 2014-05-16 17:36:01 +02:00
parent 8de5daed57
commit cb6879cd2f

4
README
View file

@ -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