index : pandoc | |
Hex package with a file-watcher and Mix task for using Pandoc to convert Markdown files to HTML. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs new file mode 100644 index 0000000..f2c4dac --- /dev/null +++ b/config/config.exs @@ -0,0 +1,7 @@ +import Config + +config :pandoc, + version: "3.6.1", + another: [ + args: ["--version"] + ] |