diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2018-05-02 11:09:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-02 11:09:33 +0200 |
commit | 7e0362eeb2a0a604065bfcb5ab37c2bdacdb8433 (patch) | |
tree | d72310be7379048c83fbef3240a450017a3ea79b | |
parent | 516025248e954e84b43120493902f81322c47024 (diff) | |
download | pandoc-7e0362eeb2a0a604065bfcb5ab37c2bdacdb8433.tar.gz |
MANUAL.txt fix two internal links
-rw-r--r-- | MANUAL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 41e059fe3..63147accd 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -568,7 +568,7 @@ Reader options : Set the metadata field *KEY* to the value *VAL*. A value specified on the command line overrides a value specified in the document - using [YAML metadata blocks][Extension:`yaml_metadata_block`]. + using [YAML metadata blocks][Extension: `yaml_metadata_block`]. Values will be parsed as YAML boolean or string values. If no value is specified, the value will be treated as Boolean true. Like `--variable`, `--metadata` causes template variables to be set. @@ -1273,7 +1273,7 @@ Templates contain *variables*, which allow for the inclusion of arbitrary information at any point in the file. They may be set at the command line using the `-V/--variable` option. If a variable is not set, pandoc will look for the key in the document's metadata – which can be set -using either [YAML metadata blocks][Extension:`yaml_metadata_block`] +using either [YAML metadata blocks][Extension: `yaml_metadata_block`] or with the `--metadata` option. Variables set by pandoc |