Handle installing Pandoc

This commit is contained in:
2025-06-17 11:17:37 -07:00
parent 73ff333cfc
commit 09ca9b8245
11 changed files with 736 additions and 199 deletions

7
config/config.exs Normal file
View File

@@ -0,0 +1,7 @@
import Config
config :pandoc,
version: "3.6.1",
another: [
args: ["--version"]
]