diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:09:36 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:09:36 +0000 |
commit | 0d8fc82a8c0e9ed9f439452ddd439d768812e3b5 (patch) | |
tree | 60911143025bd4f28327f4f893a634b96b446937 /README | |
parent | 732e6a109721f0b456962e8eaff674996f72dd22 (diff) | |
download | pandoc-0d8fc82a8c0e9ed9f439452ddd439d768812e3b5.tar.gz |
Changed --print-default-header to --print-default-template.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1679 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -310,6 +310,10 @@ For further documentation, see the `pandoc(1)` man page. repeatedly to include multiple files. They will be included in the order specified. +`-D` or `--print-default-template` *format* +: prints the default template for an output *format*. (See `-t` + for a list of possible *format*s.) + `-T` or `--title-prefix` *string* : includes *string* as a prefix at the beginning of the title that appears in the HTML header (but not in the title as it appears at |