aboutsummaryrefslogtreecommitdiff
path: root/web/index.txt
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-15 03:14:05 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-15 03:14:05 +0000
commita648592dc2668acc9f90958263c986f21228fe5e (patch)
tree76a65d5d87614378d43f9c018d0992785f2c353c /web/index.txt
parent8f473af610a293666ea7981b587f3a0520d23838 (diff)
downloadpandoc-a648592dc2668acc9f90958263c986f21228fe5e.tar.gz
Changes to the website:
+ Mentioned ConTeXt writer in general description. + Added two demos involving the ConTeXt writer. git-svn-id: https://pandoc.googlecode.com/svn/trunk@721 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/index.txt')
-rw-r--r--web/index.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/index.txt b/web/index.txt
index 2fc17d9d5..e11de189e 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -5,15 +5,15 @@
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],
-[DocBook XML], [groff man], and [S5] HTML slide shows.
+and it can write [markdown], [reStructuredText], [HTML], [LaTeX], [ConTeXt],
+[RTF], [DocBook XML], [groff man], and [S5] HTML slide shows.
- A real markdown parser, not based on regex substitutions.
- Modular design, using separate writers and readers for each
supported format, for easy extensibility.
- [More accurate] and [faster], in many cases, than `Markdown.pl`.
-- Multiple output formats--HTML, Docbook XML, LaTeX, reStructuredText,
- RTF, groff man pages, S5 slide shows--generated natively,
+- Multiple output formats--HTML, Docbook XML, LaTeX, ConTeXt,
+ reStructuredText, RTF, groff man pages, S5 slide shows--generated natively,
with no XSLT postprocessing.
- Converts *to* markdown from HTML, LaTeX, and reStructuredText.
- Unicode support.
@@ -117,6 +117,7 @@ kind.
[S5]: http://meyerweb.com/eric/tools/s5/
[HTML]: http://www.w3.org/TR/html40/
[LaTeX]: http://www.latex-project.org/
+[ConTeXt]: http://www.pragma-ade.nl/
[RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format
[DocBook XML]: http://www.docbook.org/
[groff man]: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man7/groff_man.7.html