diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 07:06:15 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 07:06:15 +0000 |
commit | b37f8da181291f9fe376acf907ff74bc0cf3570c (patch) | |
tree | 61e665a84c86168516f732c3157e18b15d5ffd1e /web | |
parent | b25706e098b502b4b2a6c5d60eb827650a37055b (diff) | |
download | pandoc-b37f8da181291f9fe376acf907ff74bc0cf3570c.tar.gz |
Small change in web page for "Pandoc features."
git-svn-id: https://pandoc.googlecode.com/svn/trunk@477 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/features.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/features.txt b/web/features.txt index 0351c02fe..5accaf83c 100644 --- a/web/features.txt +++ b/web/features.txt @@ -5,11 +5,6 @@ - Multiple output formats--HTML, Docbook XML, LaTeX, reStructuredText, RTF, S5 slide shows--generated natively, with no XSLT postprocessing. - Converts *to* markdown from HTML, LaTeX, and reStructuredText. -- Convenient wrapper scripts: - + `html2markdown` makes it easy to produce a markdown version - of any web page. - + `markdown2pdf` converts markdown to PDF in one step. - + `hsmarkdown` is a drop-in replacement for `Markdown.pl`. - Unicode support. - Support for footnotes. - Support for "smart" quotes, dashes, and ellipses. @@ -18,6 +13,11 @@ - Support for inline LaTeX commands. - Compatibility mode to turn off syntax entensions and emulate `Markdown.pl`. +- Convenient wrapper scripts: + + `html2markdown` makes it easy to produce a markdown version + of any web page. + + `markdown2pdf` converts markdown to PDF in one step. + + `hsmarkdown` is a drop-in replacement for `Markdown.pl`. - Multi-platform: runs on Windows, MacOS X, Linux, Unix. [More accurate]: http://code.google.com/p/pandoc/wiki/PandocVsMarkdownPl |