Handle installing Pandoc

This commit is contained in:
2025-01-09 11:25:52 -08:00
parent 3d1ea3183c
commit b8d8b3dbd8
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"]
]