aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:15:15 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:15:15 +0000
commit60cb80b459bb248fa907251b756f41a67a316e5b (patch)
treead26a6d6dba06aa76478266a639a0dbc860d03ec
parent0535396290ae15d9d31fe92fbd57e3c2a3e1038f (diff)
downloadpandoc-60cb80b459bb248fa907251b756f41a67a316e5b.tar.gz
Revised documentation for templates.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1718 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--README6
-rw-r--r--man/man1/pandoc.1.md6
2 files changed, 0 insertions, 12 deletions
diff --git a/README b/README
index 8140087b1..8b8b5b6b6 100644
--- a/README
+++ b/README
@@ -475,12 +475,6 @@ will be replaced by the document title.
Some variables are set automatically by pandoc. These vary somewhat
depending on the output format, but include:
-`standalone`
-: "yes" if the `-s/--standalone` option was specified
-`before`
-: contents specified by `-B/--include-before-body`
-`after`
-: contents specified by `-A/--include-after-body`
`legacy-header`
: contents specified by `-C/--custom-header`
`header-includes`
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 067c435ba..eb8aa3fdc 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -256,12 +256,6 @@ will be replaced by the document title.
Some variables are set automatically by pandoc. These vary somewhat
depending on the output format, but include:
-`standalone`
-: "yes" if the `-s/--standalone` option was specified
-`before`
-: contents specified by `-B/--include-before-body`
-`after`
-: contents specified by `-A/--include-after-body`
`legacy-header`
: contents specified by `-C/--custom-header`
`header-includes`