1fe9742263
The new version of doctemplates adds many features to pandoc's templating system, while remaining backwards-compatible. New features include partials and filters. Using template filters, one can lay out data in enumerated lists and tables. Templates are now layout-sensitive: so, for example, if a text with soft line breaks is interpolated near the end of a line, the text will break and wrap naturally. This makes the templating system much more suitable for programatically generating markdown or other plain-text files from metadata.
28 lines
588 B
YAML
28 lines
588 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
embed_data_files: true
|
|
static: false
|
|
pandoc-citeproc:
|
|
bibutils: true
|
|
embed_data_files: true
|
|
unicode_collation: false
|
|
test_citeproc: false
|
|
debug: false
|
|
packages:
|
|
- '.'
|
|
extra-deps:
|
|
- pandoc-citeproc-0.16.3
|
|
- pandoc-types-1.17.6.1
|
|
- texmath-0.11.3
|
|
- haddock-library-1.8.0
|
|
- skylighting-0.8.2.3
|
|
- skylighting-core-0.8.2.3
|
|
- regex-pcre-builtin-0.95.0.8.8.35
|
|
- doclayout-0.2
|
|
- HsYAML-0.2.0.0
|
|
- HsYAML-aeson-0.2.0.0
|
|
- doctemplates-0.7
|
|
ghc-options:
|
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
|
resolver: lts-14.6
|