diff options
-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 |