diff options
| author | Jakob Voß <jakob@nichtich.de> | 2017-03-07 14:31:15 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-07 14:31:15 +0100 |
| commit | 69e1b959e001f1ce23b7dbfda4401c82a70922ac (patch) | |
| tree | 03a8d527a13180100ff13af191fc0cad8fa048d0 | |
| parent | 74afd2974a1fe4e70a6c6581ee61ec5bc28df2f7 (diff) | |
| download | pandoc-69e1b959e001f1ce23b7dbfda4401c82a70922ac.tar.gz | |
Clarify that meta-json contains transformed values (#3491)
Make clear that template variable `meta-json` does not contain plain text values or JSON output format but field values transformed to the selected output format.
| -rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 941b5d2eb..07a355f51 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1145,7 +1145,8 @@ as the following: : body of document `meta-json` -: JSON representation of all of the document's metadata +: JSON representation of all of the document's metadata. Field + values are transformed to the selected output format. [^subtitle]: To make `subtitle` work with other LaTeX document classes, you can add the following to `header-includes`: |
