aboutsummaryrefslogtreecommitdiff
path: root/templates/markdown.template
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:16:00 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:16:00 +0000
commitdd210437f6abab19512c387ac73af1e3e44aa5ae (patch)
tree4517ecd92ca5503906a22b921f37201e8508f94e /templates/markdown.template
parentfbef848a3af236ca3a18e6aad7c459e93b8495fc (diff)
downloadpandoc-dd210437f6abab19512c387ac73af1e3e44aa5ae.tar.gz
Use $for$ for multiple authors in context, latex, markdown.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1723 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/markdown.template')
-rw-r--r--templates/markdown.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/markdown.template b/templates/markdown.template
index 70f1b59b0..6124462ba 100644
--- a/templates/markdown.template
+++ b/templates/markdown.template
@@ -1,6 +1,6 @@
$if(titleblock)$
% $title$
-% $authors$
+% $for(author)$$author$$sep$; $endfor$
% $date$
$endif$