mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Improved author/date in asciidoc template.
This commit is contained in:
+6
-2
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user