diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-12-19 00:05:22 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-19 00:05:22 -0800 |
| commit | ce21b2ca073c94926c57de3bb6816578a1c3b260 (patch) | |
| tree | 84e6f68f631574196124550209c0531f6e57e60a | |
| parent | e20f433f383b7087da7527103b81e7432d7e8356 (diff) | |
| download | pandoc-ce21b2ca073c94926c57de3bb6816578a1c3b260.tar.gz | |
README: reflowed to avoid overly long lines.
| -rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |
