diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-02 15:03:18 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-02 15:03:18 +0000 |
commit | 4647f6482e4fda1699087f6de40f165412cdc86d (patch) | |
tree | 4e0cc5adb2203dbd706168331f21f903a208a1ed | |
parent | 65703dc39b82487d2eacbcb25b09fe6d6e0d8ff8 (diff) | |
download | pandoc-4647f6482e4fda1699087f6de40f165412cdc86d.tar.gz |
Small changes in website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@996 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | web/index.txt.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.txt.in b/web/index.txt.in index d02d7f270..2bac3d0be 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -13,7 +13,7 @@ Pandoc features - Modular design, using separate writers and readers for each supported format. - A real markdown parser, not based on regex substitutions. - [More accurate] and [faster], in many cases, than `Markdown.pl`. + [More accurate] and [much faster] than `Markdown.pl`. - Also parses (subsets of) reStructuredText, LaTeX, and HTML. - Multiple output formats: HTML, Docbook XML, LaTeX, ConTeXt, reStructuredText, Markdown, RTF, groff man pages, S5 slide shows. @@ -153,7 +153,7 @@ This is an early, "alpha" release. It carries no warranties of any kind. [More accurate]: http://code.google.com/p/pandoc/wiki/PandocVsMarkdownPl -[faster]: http://code.google.com/p/pandoc/wiki/Benchmarks +[much faster]: http://code.google.com/p/pandoc/wiki/Benchmarks [ASCIIMathML]: http://www1.chapman.edu/~jipsen/mathml/asciimath.html [John MacFarlane]: http://sophos.berkeley.edu/macfarlane/ |