From 46f618756f294d4eba7601c842b9926d006e9f9d Mon Sep 17 00:00:00 2001 From: August Feng Date: Sat, 25 Nov 2023 22:33:02 -0500 Subject: parser/metadecoders: Accumulate org keywords into arrays Closes #11743 --- docs/content/en/content-management/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/en/content-management/front-matter.md') diff --git a/docs/content/en/content-management/front-matter.md b/docs/content/en/content-management/front-matter.md index dba67ba10..7593fb759 100644 --- a/docs/content/en/content-management/front-matter.md +++ b/docs/content/en/content-management/front-matter.md @@ -31,7 +31,7 @@ JSON ORG : a group of Org mode keywords in the format '`#+KEY: VALUE`'. Any line that does not start with `#+` ends the front matter section. - Keyword values can be either strings (`#+KEY: VALUE`) or a whitespace separated list of strings (`#+KEY[]: VALUE_1 VALUE_2`). + Array values can either be separated into multiple lines (`#+KEY: VALUE_1` and `#+KEY: VALUE_2`) or a whitespace separated list of strings (`#+KEY[]: VALUE_1 VALUE_2`). ### Example -- cgit v1.2.3