diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-27 03:28:22 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-27 03:28:22 +0000 |
| commit | efac753e5742a5b4c31afe09605280ac85208574 (patch) | |
| tree | 0c9b878bebe56db36dbab949c3b1927651f0c667 | |
| parent | bd926fa8296c481b13356d79d7a4cdbf24454337 (diff) | |
| download | pandoc-efac753e5742a5b4c31afe09605280ac85208574.tar.gz | |
Minor wording change in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@14 788f1e2b-df1e-0410-8736-df70ead52e1b
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ % John MacFarlane % August 10, 2006 -`pandoc` is a [Haskell] library for converting files from one markup -format to another, and a command-line tool that uses this library. It can -read [markdown] and (subsets of) [reStructuredText], [HTML], and [LaTeX], +`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) [reStructuredText], [HTML], and [LaTeX], and it can write [markdown], [reStructuredText], [HTML], [LaTeX], [RTF], and [S5] HTML slide shows. `pandoc`'s version of markdown contains some enhancements, like footnotes and embedded LaTeX. |
