diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-17 00:52:26 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-17 00:52:26 -0800 |
commit | 279110eb7cfedd20e626cdeaaf94ccc6fbb1e8ab (patch) | |
tree | 92a176dd1b18e3c93624365ed217f763e63bfd19 /default.asciidoc | |
parent | 8b89d7c975800f70024fd9a4204f615fec789463 (diff) | |
download | pandoc-279110eb7cfedd20e626cdeaaf94ccc6fbb1e8ab.tar.gz |
Improved author/date in asciidoc template.
Diffstat (limited to 'default.asciidoc')
-rw-r--r-- | default.asciidoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/default.asciidoc b/default.asciidoc index 90b0a68b4..3e30ceef8 100644 --- a/default.asciidoc +++ b/default.asciidoc @@ -1,7 +1,11 @@ $if(titleblock)$ $title$ -$for(author)$$author$$sep$; $endfor$ -$date$ +$for(author)$ +:author: $author$ +$endfor$ +$if(date)$ +:date: $date$ +$endif$ $if(toc)$ :toc: $endif$ |