diff options
Diffstat (limited to 'pandoc-cli/man/pandoc-server.1')
| -rw-r--r-- | pandoc-cli/man/pandoc-server.1 | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/pandoc-cli/man/pandoc-server.1 b/pandoc-cli/man/pandoc-server.1 index 50e3e6443..7a0d5e2c7 100644 --- a/pandoc-cli/man/pandoc-server.1 +++ b/pandoc-cli/man/pandoc-server.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.7.0.2 +.\" Automatically generated by Pandoc 3.8 .\" -.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.7.0.2" "Pandoc User\[cq]s Guide" +.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-server\f[R] [\f[I]options\f[R]] .SH DESCRIPTION @@ -38,7 +38,6 @@ Default: 3030. Timeout in seconds, after which a conversion is killed. Default: 2. .RS -.PP When \f[CR]pandoc\-server\f[R] is run as a CGI program, this option can be set via the \f[CR]PANDOC_SERVER_TIMEOUT\f[R] environment variable. .RE @@ -177,8 +176,18 @@ Include a list of tables (in supported formats). Causes HTML comments to be stripped in Markdown or Textile source, instead of being passed through to the output format. .TP -\f[CR]highlight\-style\f[R] (string, leave unset for no highlighting) -Specify the style to use for syntax highlighting of code. +\f[CR]syntax\-highlighting\f[R] (\f[CR]\(dqdefault\(dq|\(dqnone\(dq|\(dqidiomatic\(dq|style\f[R]) +The method used for code syntax highlighting. +Setting a specific \f[I]style\f[R] causes highlighting to be performed +with the internal highlighting engine, using KDE syntax definitions and +styles. +The \f[CR]\(dqidiomatic\(dq\f[R] method uses a format\-specific +highlighter if one is available, or the default style if the target +format has no idiomatic highlighting method. +Setting this option to \f[CR]none\f[R] disables all syntax highlighting. +The \f[CR]\(dqdefault\(dq\f[R] method uses a format\-specific default. +.RS +.PP Standard styles are \f[CR]\(dqpygments\(dq\f[R] (the default), \f[CR]\(dqkate\(dq\f[R], \f[CR]\(dqmonochrome\(dq\f[R], \f[CR]\(dqbreezeDark\(dq\f[R], \f[CR]\(dqespresso\(dq\f[R], @@ -187,6 +196,11 @@ Standard styles are \f[CR]\(dqpygments\(dq\f[R] (the default), Alternatively, the path of a \f[CR].theme\f[R] with a KDE syntax theme may be used (in this case, the relevant file contents must also be included in \f[CR]files\f[R], see below). +.PP +The default for HTML, EPUB, Docx, Ms, Man, and LaTeX output is to use +the internal highlighter with the default style; Typst output relies on +Typst\(cqs own syntax highlighting system by default. +.RE .TP \f[CR]embed\-resources\f[R] Embed images, scripts, styles and other resources in an HTML document |
