diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-10 06:47:04 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-10 06:47:04 +0000 |
commit | ec8a53aeac4ab526741255a2b1103ea9b6a5f52f (patch) | |
tree | f7a72239e3614a7a5f1fbf7c84691370470ee973 /web | |
parent | b106e5112071d41fbab2e7d278a1bd40a505b230 (diff) | |
download | pandoc-ec8a53aeac4ab526741255a2b1103ea9b6a5f52f.tar.gz |
Updated features.txt in website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@671 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/features.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/web/features.txt b/web/features.txt index 5accaf83c..8fa8b97d7 100644 --- a/web/features.txt +++ b/web/features.txt @@ -3,14 +3,16 @@ - A real markdown parser, not based on regex substitutions. - [More accurate] and [faster], in many cases, than `Markdown.pl`. - Multiple output formats--HTML, Docbook XML, LaTeX, reStructuredText, - RTF, S5 slide shows--generated natively, with no XSLT postprocessing. + RTF, groff man pages, S5 slide shows--generated natively, + with no XSLT postprocessing. - Converts *to* markdown from HTML, LaTeX, and reStructuredText. - Unicode support. -- Support for footnotes. -- Support for "smart" quotes, dashes, and ellipses. -- Support for document metadata (title, author, date). -- Support for inline LaTeX math and [ASCIIMathML]. -- Support for inline LaTeX commands. +- Optional "smart" quotes, dashes, and ellipses. +- Document metadata (title, author, date). +- Inline LaTeX math and LaTeX commands. +- [ASCIIMathML] support for equations in HTML. +- Footnotes, tables, and definition lists in all output formats. +- Automatically generated tables of contents. - Compatibility mode to turn off syntax entensions and emulate `Markdown.pl`. - Convenient wrapper scripts: |