diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-07-28 18:55:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-07-28 19:25:44 -0700 |
commit | 1afea633085186e8007fa67016e68784a58d38dc (patch) | |
tree | ebbab34ec1d6cd379107e060267d300b04143045 /data/templates | |
parent | b35fae651145482f1218d32dbea5fffff60e0b0b (diff) | |
download | pandoc-1afea633085186e8007fa67016e68784a58d38dc.tar.gz |
Update muse template to handle multiple authors better.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default.muse | 2 |
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$ |