aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index aa56fbde7..bd0b065cb 100644
--- a/README
+++ b/README
@@ -1007,12 +1007,13 @@ Variables set by pandoc
-----------------------
Some variables are set automatically by pandoc. These vary somewhat
-depending on the output format, but include metadata fields as well as the following:
+depending on the output format, but include metadata fields as well
+as the following:
`title`, `author`, `date`
-: allow identification of basic aspects of the document.
- Included in PDF metadata through LaTeX and ConTeXt.
- These can be set through a [pandoc title block][Extension: `pandoc_title_block`],
+: allow identification of basic aspects of the document. Included
+ in PDF metadata through LaTeX and ConTeXt. These can be set
+ through a [pandoc title block][Extension: `pandoc_title_block`],
which allows for multiple authors, or through a YAML metadata block:
---
@@ -1031,7 +1032,8 @@ depending on the output format, but include metadata fields as well as the follo
: document summary, included in LaTeX, ConTeXt, AsciiDoc, and Word docx
`keywords`
-: list of keywords to be included in HTML, PDF, and AsciiDoc metadata; may be repeated as for `author`, above
+: list of keywords to be included in HTML, PDF, and AsciiDoc metadata;
+ may be repeated as for `author`, above
`header-includes`
: contents specified by `-H/--include-in-header` (may have multiple