pandoc-server.md: fix documentation for highlight-style.

This commit is contained in:
John MacFarlane
2022-08-26 16:36:51 -07:00
parent e17c6832b1
commit 6a7ab9bb4e
+1 -1
View File
@@ -168,7 +168,7 @@ the first one given is the default.
: Causes HTML comments to be stripped in Markdown or Textile
source, instead of being passed through to the output format.
`highlight-style` (string, default `"pygments"`)
`highlight-style` (string, leave unset for no highlighting)
: Specify the style to use for syntax highlighting of code.
Standard styles are `"pygments"` (the default), `"kate"`,