aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc-cli')
-rw-r--r--pandoc-cli/man/pandoc-lua.14
-rw-r--r--pandoc-cli/man/pandoc-server.14
-rw-r--r--pandoc-cli/man/pandoc.111
3 files changed, 10 insertions, 9 deletions
diff --git a/pandoc-cli/man/pandoc-lua.1 b/pandoc-cli/man/pandoc-lua.1
index a50033d83..1868bc788 100644
--- a/pandoc-cli/man/pandoc-lua.1
+++ b/pandoc-cli/man/pandoc-lua.1
@@ -1,6 +1,6 @@
-.\" Automatically generated by Pandoc 3.6
+.\" Automatically generated by Pandoc 3.6.1
.\"
-.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.6" "Pandoc User\[cq]s Guide"
+.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.6.1" "Pandoc User\[cq]s Guide"
.SH SYNOPSIS
\f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R]
[\f[I]args\f[R]]]
diff --git a/pandoc-cli/man/pandoc-server.1 b/pandoc-cli/man/pandoc-server.1
index 3ccc4cc64..67c19a934 100644
--- a/pandoc-cli/man/pandoc-server.1
+++ b/pandoc-cli/man/pandoc-server.1
@@ -1,6 +1,6 @@
-.\" Automatically generated by Pandoc 3.6
+.\" Automatically generated by Pandoc 3.6.1
.\"
-.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.6" "Pandoc User\[cq]s Guide"
+.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.6.1" "Pandoc User\[cq]s Guide"
.SH SYNOPSIS
\f[CR]pandoc\-server\f[R] [\f[I]options\f[R]]
.SH DESCRIPTION
diff --git a/pandoc-cli/man/pandoc.1 b/pandoc-cli/man/pandoc.1
index 1b9f2e7da..4fc3ade84 100644
--- a/pandoc-cli/man/pandoc.1
+++ b/pandoc-cli/man/pandoc.1
@@ -1,6 +1,6 @@
-.\" Automatically generated by Pandoc 3.6
+.\" Automatically generated by Pandoc 3.6.1
.\"
-.TH "pandoc" "1" "December 7, 2024" "pandoc 3.6" "Pandoc User\[cq]s Guide"
+.TH "pandoc" "1" "December 22, 2024" "pandoc 3.6.1" "Pandoc User\[cq]s Guide"
.SH NAME
pandoc - general markup converter
.SH SYNOPSIS
@@ -776,12 +776,13 @@ included; otherwise, metadata is suppressed.
Use the specified file as a custom template for the generated document.
Implies \f[CR]\-\-standalone\f[R].
See Templates, below, for a description of template syntax.
-If no extension is specified, an extension corresponding to the writer
-will be added, so that \f[CR]\-\-template=special\f[R] looks for
-\f[CR]special.html\f[R] for HTML output.
If the template is not found, pandoc will search for it in the
\f[CR]templates\f[R] subdirectory of the user data directory (see
\f[CR]\-\-data\-dir\f[R]).
+If no extension is specified and an extensionless template is not found,
+pandoc will look for a template with an extension corresponding to the
+writer, so that \f[CR]\-\-template=special\f[R] looks for
+\f[CR]special.html\f[R] for HTML output.
If this option is not used, a default template appropriate for the
output format will be used (see
\f[CR]\-D/\-\-print\-default\-template\f[R]).