aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 17:45:24 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 17:45:24 +0000
commit30814712b748d9d6e1f38cb442ada47910ec7836 (patch)
tree98d72ad19b11e53fea0a0695b14c0a185481c8e9
parent05c25664797029b29a42be1d842c3a7a37cd8183 (diff)
downloadpandoc-30814712b748d9d6e1f38cb442ada47910ec7836.tar.gz
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
-rw-r--r--web/index.txt6
1 files 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