Update MANUAL.txt date and regenerate man pages.
This commit is contained in:
parent
50ef91ab57
commit
85a3e9c222
4 changed files with 11 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Pandoc User's Guide
|
||||
author: John MacFarlane
|
||||
date: December 7, 2024
|
||||
date: December 22, 2024
|
||||
---
|
||||
|
||||
# Synopsis
|
||||
|
|
|
@ -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]]]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]).
|
||||
|
|
Loading…
Add table
Reference in a new issue