diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2018-07-18 19:24:12 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-18 19:24:45 -0700 |
| commit | eef8adaad89f6f0c7140a02a64ad70e39b9769c7 (patch) | |
| tree | 8b71c48d083524300d336b96526e673ade38f080 | |
| parent | a007cd7ad63c3267b3a20f02bb00a2481ce975b0 (diff) | |
| download | pandoc-eef8adaad89f6f0c7140a02a64ad70e39b9769c7.tar.gz | |
Use 'keywords' instead of 'tags' in YAML metadata example.
Unlike `tags`, `keywords` is used in some of the writers
and default templates.
Closes #4779.
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index bb706e3ed..c50d348ac 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3082,7 +3082,7 @@ when the field contains blank lines or block-level formatting: author: - Author One - Author Two - tags: [nothing, nothingness] + keywords: [nothing, nothingness] abstract: | This is the abstract. |
