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.
|
: Specifies the coloring style to be used in highlighted source code.
|
||||||
Options are `pygments` (the default), `kate`, `monochrome`,
|
Options are `pygments` (the default), `kate`, `monochrome`,
|
||||||
`espresso`, `zenburn`, `haddock`, and `tango`. For more information
|
`breezeDark`, `espresso`, `zenburn`, `haddock`, and `tango`.
|
||||||
on syntax highlighting in pandoc, see [Syntax highlighting], below.
|
For more information on syntax highlighting in pandoc, see
|
||||||
See also `--list-highlight-styles`.
|
[Syntax highlighting], below. See also
|
||||||
|
`--list-highlight-styles`.
|
||||||
|
|
||||||
`-H` *FILE*, `--include-in-header=`*FILE*
|
`-H` *FILE*, `--include-in-header=`*FILE*
|
||||||
|
|
||||||
|
|
|
@ -156,6 +156,7 @@ highlightingStyles =
|
||||||
("zenburn", zenburn),
|
("zenburn", zenburn),
|
||||||
("kate", kate),
|
("kate", kate),
|
||||||
("monochrome", monochrome),
|
("monochrome", monochrome),
|
||||||
|
("breezeDark", breezeDark),
|
||||||
("haddock", haddock)]
|
("haddock", haddock)]
|
||||||
|
|
||||||
-- | Data structure for command line options.
|
-- | Data structure for command line options.
|
||||||
|
|
Loading…
Add table
Reference in a new issue