mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-25 00:45:47 +00:00
Website changes for 1.2.1 release.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1603 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
+22
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user