5e039d913f
This fixes a bug in 2.0.4, whereby pandoc could not read the theme files generated with `--print-highlight-style`. It also fixes some CSS issues involving line numbers. Highlighted code blocks are now enclosed in a div with class sourceCode. Highlighting CSS no longer sets a generic color for pre and code; we only set these for class `sourceCode`. This will close #4133 and #4128.
20 lines
373 B
YAML
20 lines
373 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
embed_data_files: false
|
|
old-locale: false
|
|
network-uri: true
|
|
packages:
|
|
extra-deps:
|
|
- pandoc-types-1.17.3
|
|
- hslua-0.9.3
|
|
- hslua-module-text-0.1.2
|
|
- skylighting-0.5
|
|
- texmath-0.10
|
|
- cmark-gfm-0.1.1
|
|
- QuickCheck-2.10.0.1
|
|
- tasty-quickcheck-0.9.1
|
|
- doctemplates-0.2.1
|
|
- haddock-library-1.4.3
|
|
- tagsoup-0.14.2
|
|
resolver: lts-9.14
|