diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-22 22:18:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-22 22:18:04 -0700 |
commit | 663adaa8612242dfce8c32ae5c7afc6be45c6eb6 (patch) | |
tree | a7fabff7921c4d75645f7148b5f24d4928df1866 /default.plain | |
parent | a053c6d1b072f080bb13bc1a479ac6db7dd2b154 (diff) | |
download | pandoc-663adaa8612242dfce8c32ae5c7afc6be45c6eb6.tar.gz |
Renamed templates from <writer>.template to default.<writer>.
Diffstat (limited to 'default.plain')
-rw-r--r-- | default.plain | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/default.plain b/default.plain new file mode 100644 index 000000000..06ecbd3a6 --- /dev/null +++ b/default.plain @@ -0,0 +1,23 @@ +$if(titleblock)$ +$title$ +$for(author)$$author$$sep$; $endfor$ +$date$ + +$endif$ +$for(header-includes)$ +$header-includes$ + +$endfor$ +$for(include-before)$ +$include-before$ + +$endfor$ +$if(toc)$ +$toc$ + +$endif$ +$body$ +$for(include-after)$ + +$include-after$ +$endfor$ |