From eef8adaad89f6f0c7140a02a64ad70e39b9769c7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 18 Jul 2018 19:24:12 -0700 Subject: Use 'keywords' instead of 'tags' in YAML metadata example. Unlike `tags`, `keywords` is used in some of the writers and default templates. Closes #4779. --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANUAL.txt') 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. -- cgit v1.2.3