mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
pandoc-server: handle typst-inputs, require pandoc >= 3.10
This commit is contained in:
@@ -49,7 +49,7 @@ common common-executable
|
||||
|
||||
library
|
||||
import: common-options
|
||||
build-depends: pandoc >= 3.9 && < 3.10,
|
||||
build-depends: pandoc >= 3.10 && < 3.11,
|
||||
pandoc-types >= 1.22 && < 1.24,
|
||||
containers >= 0.6.0.1 && < 0.9,
|
||||
aeson >= 2.0 && < 2.4,
|
||||
|
||||
@@ -304,6 +304,7 @@ server = convertBytes
|
||||
optDefaultImageExtension opts
|
||||
, readerTrackChanges = optTrackChanges opts
|
||||
, readerStripComments = optStripComments opts
|
||||
, readerTypstInputs = optTypstInputs opts
|
||||
}
|
||||
|
||||
let writeropts = WriterOptions
|
||||
|
||||
Reference in New Issue
Block a user