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-20 14:55:24 -0800 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2025-01-20 14:55:24 -0800 |
commit | a2442650188d5cfe2b3ca763ab520f286500263e (patch) | |
tree | 939a0c65c1daaca4ff18faa1c5cb874d8fdbe0a1 /mix.exs | |
parent | f85f240e2b7ec64a96c626857281c1a7d694c053 (diff) |
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.1" + @version "0.3.2" @source_url "https://webdevcat.me/git/pandoc/" def project do |