index : pandoc | |
Hex package with a file-watcher and Mix task for using Pandoc to convert Markdown files to HTML. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2025-01-09 11:25:52 -0800 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2025-01-09 11:25:52 -0800 |
commit | b8d8b3dbd88ab42fc8f050af0d18fc4dd66d7ffe (patch) | |
tree | 6923dbea66bbdb08e236dd9379399057254fec20 /config/config.exs | |
parent | 3d1ea3183c4de1690533cc01d1fa843bcea2e57e (diff) |
Handle installing Pandocv0.3.0
Diffstat (limited to 'config/config.exs')
-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"] + ] |