Add breezeDark to the list of highlighting styles.
This commit is contained in:
parent
937b502923
commit
46b1c31925
2 changed files with 5 additions and 3 deletions
|
@ -602,9 +602,10 @@ General writer options
|
|||
|
||||
: Specifies the coloring style to be used in highlighted source code.
|
||||
Options are `pygments` (the default), `kate`, `monochrome`,
|
||||
`espresso`, `zenburn`, `haddock`, and `tango`. For more information
|
||||
on syntax highlighting in pandoc, see [Syntax highlighting], below.
|
||||
See also `--list-highlight-styles`.
|
||||
`breezeDark`, `espresso`, `zenburn`, `haddock`, and `tango`.
|
||||
For more information on syntax highlighting in pandoc, see
|
||||
[Syntax highlighting], below. See also
|
||||
`--list-highlight-styles`.
|
||||
|
||||
`-H` *FILE*, `--include-in-header=`*FILE*
|
||||
|
||||
|
|
|
@ -156,6 +156,7 @@ highlightingStyles =
|
|||
("zenburn", zenburn),
|
||||
("kate", kate),
|
||||
("monochrome", monochrome),
|
||||
("breezeDark", breezeDark),
|
||||
("haddock", haddock)]
|
||||
|
||||
-- | Data structure for command line options.
|
||||
|
|
Loading…
Reference in a new issue