summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-07-15 19:32:08 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-07-15 19:32:08 -0700
commit595149a9bcb12aa832065f591058ab963c9f237e (patch)
treeca561286571f9ed48fb5f6b20b1b33fe1acc396a /README
parentcd399d1b9df197f25f7eee6bb2b5e7d5ec3a3f47 (diff)
Fixed YAML code block in README.
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 13 insertions, 13 deletions
diff --git a/README b/README
index cade75cee..adec7c0e7 100644
--- a/README
+++ b/README
@@ -1794,19 +1794,19 @@ if a title contains a colon, it must be quoted. The pipe character
literally, without need for escaping. This form is necessary
when the field contains blank lines:
- ---
- title: 'This is the title: it contains a colon'
- author:
- - name: Author One
- affiliation: University of Somewhere
- - name: Author Two
- affiliation: University of Nowhere
- tags: [nothing, nothingness]
- abstract: |
- This is the abstract.
-
- It consists of two paragraphs.
- ...
+ ---
+ title: 'This is the title: it contains a colon'
+ author:
+ - name: Author One
+ affiliation: University of Somewhere
+ - name: Author Two
+ affiliation: University of Nowhere
+ tags: [nothing, nothingness]
+ abstract: |
+ This is the abstract.
+
+ It consists of two paragraphs.
+ ...
Template variables will be set from the metadata. Thus, for example,
in writing HTML, the variable `abstract` will be set to the HTML