summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-25 19:38:03 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-25 19:38:03 +0300
commit9caf9bb6263299456ae8969527d66f072e584a03 (patch)
tree8f2f231a6263e9607a26602202054842990cd361 /subplot.md
parenta08abe207e5ce14d0f820a7af31eafa35f1b47f5 (diff)
downloadsubplot-9caf9bb6263299456ae8969527d66f072e584a03.tar.gz
feat! subplot metadata field for authors
Rename the field "author", which takes a single string value, to "authors", which takes a list of strings. This way we're consistent for single- and multi-author documents. Sponsored-by: author
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/subplot.md b/subplot.md
index 2d494b3..0901133 100644
--- a/subplot.md
+++ b/subplot.md
@@ -637,7 +637,8 @@ they are how Pandoc recongizes the block.
~~~{.yaml .numberLines}
---
title: "Subplot"
-author: The Subplot project
+authors:
+- The Subplot project
date: work in progress
bindings:
- subplot.yaml
@@ -2449,7 +2450,9 @@ and file metadate.html contains "WIP"
~~~{#metadate.subplot .file .yaml .numberLines}
title: The Fabulous Title
-author: Alfred Pennyworth and Geoffrey Butler
+authors:
+- Alfred Pennyworth
+- Geoffrey Butler
date: WIP
markdowns:
- metadate.md
@@ -2478,7 +2481,9 @@ and file dateoption.html contains "FANCYDATE"
~~~{#dateless.subplot .file .yaml .numberLines}
title: The Fabulous Title
-author: Alfred Pennyworth and Geoffrey Butler
+authors:
+- Alfred Pennyworth
+- Geoffrey Butler
markdowns:
- dateless.md
~~~