pandoc-server: handle typst-inputs, require pandoc >= 3.10

This commit is contained in:
John MacFarlane
2026-06-03 14:56:56 +02:00
parent 9d120951dc
commit f8fddc86f3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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,
+1
View File
@@ -304,6 +304,7 @@ server = convertBytes
optDefaultImageExtension opts
, readerTrackChanges = optTrackChanges opts
, readerStripComments = optStripComments opts
, readerTypstInputs = optTypstInputs opts
}
let writeropts = WriterOptions