From 27ad03fcbcd77333062ddd8e9cf599559e9d563e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 11 Dec 2009 06:05:46 +0000 Subject: Added release highlights to web index. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1663 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/index.txt.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'web/index.txt.in') diff --git a/web/index.txt.in b/web/index.txt.in index eeb652624..705a600bd 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -117,6 +117,25 @@ You may view existing bug reports and submit new ones at # News +- Version 1.3 release (??? ??, 2009). + + + Added --id-prefix option to help prevent duplicate + identifiers when you're generating HTML fragments. + + Added --indented-code-classes option, which specifies + default highlighting syntax for indented code blocks. + + --number-sections now affects HTML output. + + Improved syntax for markdown definition lists. + + Better looking simple tables. + + Markdown tables without headers are now possible. + + New hard line break syntax: backslash followed by newline. + + Improved performance of markdown reader by ~10% by eliminating the + need for a separate parsing pass for notes. Raw notes are now stored + + Improved syntax highlighting for literate Haskell. + + Support for "..code-block" directive in RST reader. + + Windows binary now includes highlighting support. + + Many bug fixes and small improvements. See [changelog] + for details. + - Version 1.2.1 release (July 18, 2009). + Improved the efficiency of the markdown reader's -- cgit v1.2.3