diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-06 18:55:35 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-06 18:55:35 +0000 |
commit | eecaec51f9c95832707fa4e2fbf761def1f5cb65 (patch) | |
tree | 09fb50f0683755e1e26d6963a7af04f0205eff6c | |
parent | 997ea5ea1d02e31bb8a9b03e3db26684cc81ac59 (diff) | |
download | pandoc-eecaec51f9c95832707fa4e2fbf761def1f5cb65.tar.gz |
Removed refs to wrappers from website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1835 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | web/demos | 2 | ||||
-rw-r--r-- | web/index.txt | 13 |
2 files changed, 6 insertions, 9 deletions
@@ -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). |