From 30814712b748d9d6e1f38cb442ada47910ec7836 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 8 Nov 2006 17:45:24 +0000 Subject: Changed first two paragraphs of index.txt to match README. git-svn-id: https://pandoc.googlecode.com/svn/trunk@86 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/index.txt b/web/index.txt index f660070ba..cbb5d9540 100644 --- a/web/index.txt +++ b/web/index.txt @@ -1,14 +1,14 @@ % Pandoc -`pandoc` is a [Haskell] library for converting from one markup format +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 +and [S5] HTML slide shows. Pandoc's version of markdown contains some enhancements, like footnotes and embedded LaTeX. In contrast to existing tools for converting markdown to HTML, which -use regex substitutions, `pandoc` has a modular design: it consists of a +use regex substitutions, Pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native representation of the document, and a set of writers, which convert this native representation into a target format. Thus, adding an input -- cgit v1.2.3