diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-30 20:46:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-30 20:46:09 -0700 |
commit | 7fc4bd3d6e65e9b600622d1f037ddbceefaec35d (patch) | |
tree | e4fb04c7585c500ccab5de4a4078fdce6f2ef775 | |
parent | 8be6cc210cd6115f10b9dbeef0b4a211f6906038 (diff) | |
download | pandoc-7fc4bd3d6e65e9b600622d1f037ddbceefaec35d.tar.gz |
Added Tests.Writers.Markdown in cabal file.
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 03c0e8bfa..99f0916ec 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -368,3 +368,4 @@ Executable test-pandoc Tests.Writers.Native Tests.Writers.ConTeXt Tests.Writers.HTML + Tests.Writers.Markdown |