From 55ea129ce1624071deb75647a9205325572562ef Mon Sep 17 00:00:00 2001 From: August Feng Date: Sat, 25 Nov 2023 22:33:02 -0500 Subject: [PATCH] parser/metadecoders: Accumulate org keywords into arrays Closes #11743 --- content/en/content-management/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/front-matter.md b/content/en/content-management/front-matter.md index dba67ba10..7593fb759 100644 --- a/content/en/content-management/front-matter.md +++ b/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