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-16 14:55:10 -0800 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2025-01-16 14:55:10 -0800 |
commit | f85f240e2b7ec64a96c626857281c1a7d694c053 (patch) | |
tree | 5ad1e90db954136ef54c5cbe0aa1bcf40631682e /mix.exs | |
parent | b8d8b3dbd88ab42fc8f050af0d18fc4dd66d7ffe (diff) |
Won't raise if deleting the output file failsv0.3.1
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ defmodule Pandoc.MixProject do use Mix.Project - @version "0.3.0" + @version "0.3.1" @source_url "https://webdevcat.me/git/pandoc/" def project do |