summaryrefslogtreecommitdiff
path: root/templates/markdown.template
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:15:24 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:15:24 +0000
commit16f0604beca57b17c6e1fa330930a903a4fd81c7 (patch)
treeb32522f821b9dc89a82bc494498650a4eb223948 /templates/markdown.template
parent60cb80b459bb248fa907251b756f41a67a316e5b (diff)
Use separate title, author, date variables in markdown template.
This allows us to simplify the writer code and gives the user more control. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1719 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/markdown.template')
-rw-r--r--templates/markdown.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/markdown.template b/templates/markdown.template
index e9c54e246..68fe0eb13 100644
--- a/templates/markdown.template
+++ b/templates/markdown.template
@@ -1,5 +1,7 @@
$if(titleblock)$
-$titleblock$
+% $title$
+% $authors$
+% $date$
$endif$
$if(header-includes)$