From 695961155a00738160b05c25588b6b02f681a18e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 18 Mar 2010 06:45:43 +0000 Subject: Added plain writer. Text.Pandoc.Writers.Markdown now exports a writePlain, which writes plain text without links, pictures, or special formatting (not even markdown conventions). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1907 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/index.txt') diff --git a/web/index.txt b/web/index.txt index 48cd3b571..c296ed413 100644 --- a/web/index.txt +++ b/web/index.txt @@ -5,9 +5,9 @@ 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], [ConTeXt], -[PDF], [RTF], [DocBook XML], [OpenDocument XML], [ODT], [GNU Texinfo], -[MediaWiki markup], [groff man] pages, and [S5] HTML slide shows. +and it can write plain text, [markdown], [reStructuredText], [HTML], [LaTeX], +[ConTeXt], [PDF], [RTF], [DocBook XML], [OpenDocument XML], [ODT], +[GNU Texinfo], [MediaWiki markup], [groff man] pages, and [S5] HTML slide shows. Pandoc features -- cgit v1.2.3