diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-16 01:51:03 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-16 01:51:03 +0000 |
commit | 0ba858f22d1d2fd2084f14350dba5d9579ae9191 (patch) | |
tree | 558d1cd7f5f8695f347480e1401cf1f0e99e2571 | |
parent | c14082cab2b3faeea874c60a465272241b746026 (diff) | |
download | pandoc-0ba858f22d1d2fd2084f14350dba5d9579ae9191.tar.gz |
Revised package synopsis in pandoc.cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@731 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index c82af2098..96c63cdee 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -10,7 +10,7 @@ Homepage: http://sophos.berkeley.edu/macfarlane/pandoc Package-URL: http://pandoc.googlecode.com/files/pandoc-0.4.tar.gz Category: Text Tested-With: GHC -Synopsis: Functions for translating between various markup formats +Synopsis: Conversion between markup formats Description: Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) |