diff options
Diffstat (limited to 'web/index.txt.in')
-rw-r--r-- | web/index.txt.in | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/web/index.txt.in b/web/index.txt.in index 708d75115..8b952d4bb 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -50,7 +50,6 @@ or [try pandoc on the web](/pandoc/try). # Documentation - [User's Guide](README.html) -- [Demonstrations](examples.html) - Man pages - [`pandoc(1)`](pandoc.1.html) - [`markdown2pdf(1)`](markdown2pdf.1.html) @@ -60,6 +59,11 @@ or [try pandoc on the web](/pandoc/try). - [Installation instructions](INSTALL.html) - [Changelog](changelog.txt) +# Demonstrations + +- [Examples](examples.html) +- [Try pandoc online](http://johnmacfarlane.net/pandoc/try) + # Downloads For installation instructions for all architectures, see @@ -76,6 +80,9 @@ most recent. - [vim syntax file for pandoc], courtesy of tao_zhyn - [WordPress EasyFilter], by Yang Zhang, makes it easy to use pandoc with WordPress blogs. +- [a build configuration for Pandoc that produces a standalone C-callable + system library](http://github.com/toyvo/libpandoc/tree/master), + by Anton Tayanovskyy. # Code repository @@ -97,6 +104,20 @@ You may view existing bug reports and submit new ones at # News +- Version 1.2.1 release (July 18, 2009). + + + Improved the efficiency of the markdown reader's + abbreviation parsing (should give a big performance + boost with --smart). + + HTML writer now wraps sections in divs with unique + identifiers, for easier manipulation. + + Improved LaTeX reader's coverage of math modes. + + Added a portable Haskell version of markdown2pdf (thanks + to Paolo Tanimoto). + + Made --strict compatible with --standalone and --toc. + + Many other small improvements and bug fixes. + See [changelog] for details. + - Version 1.2 release (March 1, 2009). + Added support for literate Haskell. lhs support is triggered by |