diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-11 06:05:46 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-11 06:05:46 +0000 |
commit | 27ad03fcbcd77333062ddd8e9cf599559e9d563e (patch) | |
tree | cf558279210bb244db9c875463b5f9d17af13078 /web | |
parent | 157e84c9ad7567f80906ffaa5398d3f6fb505f9d (diff) | |
download | pandoc-27ad03fcbcd77333062ddd8e9cf599559e9d563e.tar.gz |
Added release highlights to web index.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1663 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/index.txt.in | 19 |
1 files changed, 19 insertions, 0 deletions
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 |