From 1afea633085186e8007fa67016e68784a58d38dc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 28 Jul 2019 18:55:23 -0700 Subject: Update muse template to handle multiple authors better. --- data/templates/default.muse | 2 +- test/writer.muse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/templates/default.muse b/data/templates/default.muse index 05534adef..3bae4d00f 100644 --- a/data/templates/default.muse +++ b/data/templates/default.muse @@ -1,5 +1,5 @@ $if(author)$ -#author $author$ +#author $for(author)$$author$$sep$; $endfor$ $endif$ $if(title)$ #title $title$ diff --git a/test/writer.muse b/test/writer.muse index 415882677..d9efdddd5 100644 --- a/test/writer.muse +++ b/test/writer.muse @@ -1,4 +1,4 @@ -#author John MacFarlane, Anonymous +#author John MacFarlane; Anonymous #title Pandoc Test Suite #date July 17, 2006 -- cgit v1.2.3