From eecaec51f9c95832707fa4e2fbf761def1f5cb65 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 6 Feb 2010 18:55:35 +0000 Subject: Removed refs to wrappers from website. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1835 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/demos | 2 +- web/index.txt | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/web/demos b/web/demos index fce4f5649..72ac431c0 100644 --- a/web/demos +++ b/web/demos @@ -57,7 +57,7 @@ click on the name of the output file: 12. Converting a web page to markdown: -@ html2markdown @@http://www.gnu.org/software/make/@@ -o @@example12.text@@ +@ pandoc -s -r html @@http://www.gnu.org/software/make/@@ -o @@example12.text@@ 13. From markdown to PDF: diff --git a/web/index.txt b/web/index.txt index 88b5636de..02b797bbf 100644 --- a/web/index.txt +++ b/web/index.txt @@ -35,12 +35,8 @@ Pandoc features + Delimited (unindented) code blocks with syntax highlighting. + Compatibility mode to turn off syntax entensions and emulate `Markdown.pl`. -- Convenient wrapper scripts: - + `markdown2pdf` converts directly from markdown to PDF, using - `pdflatex`. - + `html2markdown` makes it easy to produce a markdown version - of any web page. - + `hsmarkdown` is a drop-in replacement for `Markdown.pl`. +- Convenient `markdown2pdf` wrapper script that converts directly + from markdown to PDF, using `pdflatex`. - Multi-platform: runs on Windows, MacOS X, Linux, Unix. - Free software, released under the [GPL]. @@ -81,8 +77,9 @@ tool: This will download and compile pandoc and all of its dependencies. If you want syntax highlighting support, add the flag `-fhighlighting` (this requires that the [pcre](http://www.pcre.org/) library be -installed). If you want to install the wrapper scripts `hsmarkdown` and -`markdown2pdf`, add `-fwrappers`. +installed). If you do not want to install the wrapper script +`markdown2pdf`, add `-f-wrappers`. If you do not want to install +the Haskell library, add `-f-library`. Alternatively, you can download the [source tarball] and follow the instructions in [INSTALL](INSTALL.html). -- cgit v1.2.3