aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-07-28 18:55:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-07-28 19:25:44 -0700
commit1afea633085186e8007fa67016e68784a58d38dc (patch)
treeebbab34ec1d6cd379107e060267d300b04143045 /data
parentb35fae651145482f1218d32dbea5fffff60e0b0b (diff)
downloadpandoc-1afea633085186e8007fa67016e68784a58d38dc.tar.gz
Update muse template to handle multiple authors better.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.muse2
1 files changed, 1 insertions, 1 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$