diff options
| author | John MacFarlane <[email protected]> | 2022-11-28 10:58:36 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-11-28 10:58:36 -0800 |
| commit | a4bd4d655a71a52b226d84a2195fe785b0db4c4f (patch) | |
| tree | 38c304e9d9840af68759c29668433c0913a9241d | |
| parent | f53ab3ca8c80dea5ea300d232bbc6bb4501a64a4 (diff) | |
Clarify docs for `--metadata-file`.
Closes #8459.
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index fed4a61dd..0f7299b16 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -647,7 +647,7 @@ header when requesting a document from a URL: : Read metadata from the supplied YAML (or JSON) file. This option can be used with every input format, but string scalars - in the YAML file will always be parsed as Markdown. (If the + in the metadata file will always be parsed as Markdown. (If the input format is Markdown or a Markdown variant, then the same variant will be used to parse the metadata file; if it is a non-Markdown format, pandoc's default Markdown |
