diff options
| author | John MacFarlane <[email protected]> | 2022-08-26 16:36:51 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-26 16:36:51 -0700 |
| commit | 6a7ab9bb4e3e67e96e1bc02b287200f063c2eaee (patch) | |
| tree | f06a44485a97469fa6674414fcc3dc5b40746875 /doc | |
| parent | e17c6832b12c5762c5d13c8b9de3f14b324193bd (diff) | |
pandoc-server.md: fix documentation for highlight-style.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pandoc-server.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pandoc-server.md b/doc/pandoc-server.md index 9977fe70e..32c247500 100644 --- a/doc/pandoc-server.md +++ b/doc/pandoc-server.md @@ -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"`, |
