mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
b69e9dbb81
See jgm/typst-hs#80. Note that previously, the typst reader never returned document metadata. Now it does, even if the typst document does not contain a `#title` function that would result in actually printing the title block.
33 lines
761 B
YAML
33 lines
761 B
YAML
flags:
|
|
pandoc:
|
|
embed_data_files: true
|
|
QuickCheck:
|
|
old-random: false
|
|
packages:
|
|
- '.'
|
|
- 'pandoc-cli'
|
|
- 'pandoc-lua-engine'
|
|
- 'pandoc-server'
|
|
extra-deps:
|
|
- hslua-2.4.0
|
|
- hslua-module-system-1.2.3
|
|
- hslua-objectorientation-2.4.0
|
|
- hslua-packaging-2.3.2
|
|
- skylighting-core-0.14.7
|
|
- skylighting-0.14.7
|
|
- djot-0.1.2.3
|
|
- typst-symbols-0.1.9.1
|
|
- git: https://github.com/jgm/citeproc.git
|
|
commit: 1a82c13ac1d8e9e07cf69fbf89ba2b57474b8e0f
|
|
- git: https://github.com/jgm/typst-hs.git
|
|
commit: 13751c5b3a6b395ba667682bc7a876c0b993e9d3
|
|
- git: https://github.com/jgm/texmath.git
|
|
commit: 110322589698df20abf3f3a06c070271802ea598
|
|
ghc-options:
|
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
|
resolver: lts-24.9
|
|
nix:
|
|
packages:
|
|
- pkg-config
|
|
- zlib
|