diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-02-13 21:08:34 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-02-13 21:08:34 -0800 |
| commit | 621d694e2cbd567e295a80e0941c62e625838ffb (patch) | |
| tree | d1409985dc3e554be9c9c88b1cd870a9e6c312a2 | |
| parent | 04520ceaaee4f9f0255b08e7789ccf2c2469e078 (diff) | |
MANUAL: note support for highlighting in man writer.
| -rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index b80b32173..4c885cea1 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -7126,8 +7126,9 @@ prevent tabs from being turned to spaces. Pandoc will automatically highlight syntax in [fenced code blocks] that are marked with a language name. The Haskell library [skylighting] is used for highlighting. Currently highlighting is supported only for -HTML, EPUB, Docx, Ms, and LaTeX/PDF output. To see a list of language names -that pandoc will recognize, type `pandoc --list-highlight-languages`. +HTML, EPUB, Docx, Ms, Man, and LaTeX/PDF output. To see a list +of language names that pandoc will recognize, type `pandoc +--list-highlight-languages`. The color scheme can be selected using the `--highlight-style` option. The default color scheme is `pygments`, which imitates the default color |
