mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 15:05:47 +00:00
Fix typo in MANUAL.txt regarding author variable (#11619)
This commit is contained in:
+1
-1
@@ -838,7 +838,7 @@ header when requesting a document from a URL:
|
||||
a *list* value, the value will be added to the list. If it already
|
||||
has another kind of value, it will be made into a list containing
|
||||
the previous and the new value. For example,
|
||||
`-V keyword=Joe -V author=Sue` makes `author` contain a list
|
||||
`-V author=Joe -V author=Sue` makes `author` contain a list
|
||||
of strings: `Joe` and `Sue`.
|
||||
|
||||
`--variable-json=`*KEY*[`=`*JSON*]
|
||||
|
||||
Reference in New Issue
Block a user