diff options
author | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-06-28 18:25:36 +0100 |
---|---|---|
committer | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-06-28 18:25:36 +0100 |
commit | f3d3f64d31a4ed90b54762feda13f7c5cb67b7cd (patch) | |
tree | d475bdaf52b1b42cc66cee91849e53fd1d6e0a03 /default.docbook | |
parent | c790eff7e1655bcfaf73a26ac4ce53feb0fe1bf7 (diff) | |
parent | f3b3f2dda6737b9c6af03e1f4701861394032778 (diff) | |
download | pandoc-f3d3f64d31a4ed90b54762feda13f7c5cb67b7cd.tar.gz |
Merge remote-tracking branch 'jgm/master' into dokuwiki
Diffstat (limited to 'default.docbook')
-rw-r--r-- | default.docbook | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/default.docbook b/default.docbook index 82f5f5ffb..5313c4083 100644 --- a/default.docbook +++ b/default.docbook @@ -9,11 +9,15 @@ $endif$ <article> <articleinfo> <title>$title$</title> +$if(author)$ + <authorgroup> $for(author)$ - <author> - $author$ - </author> + <author> + $author$ + </author> $endfor$ + </authorgroup> +$endif$ $if(date)$ <date>$date$</date> $endif$ |