index : pandoc master Hex package with a file-watcher and Mix task for using Pandoc to convert Markdown files to HTML. aboutsummaryrefslogtreecommitdiff log msg author committer range path: root/test/pandoc_test.exsblob: 1a4c067190b8f29bc3b52992551e253c206c367f (plain) 1 2 3 4 5 6 7 8 defmodule PandocTest do use ExUnit.Case doctest Pandoc test "greets the world" do assert Pandoc.hello() == :world end end