From 9ce29d2a675728951701c34b1fed2fe8b421cfb7 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 3 Sep 2007 18:27:24 +0000 Subject: Updated website with news of 0.43. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1008 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/index.txt.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web') diff --git a/web/index.txt.in b/web/index.txt.in index 6559b8bd4..c3150bc26 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -84,6 +84,15 @@ You may view existing bug reports and submit new ones at # News +- Version 0.44 released (September 3, 2007). + + + Fixed bug in HTML writer: when `--toc` was used, anchors were put around + headers, which is invalid XHTML (block content within inline element). + Now the anchors are put inside the header tags. Resolves Issue #23. + + Changed build process to compile `Setup.hs` instead of using + `runhaskell`, which throws an error on platforms where GHC is + "not built for interactive use". Closes Debian #440668. + - Version 0.43 released (September 2, 2007). + HUGE increase in performance: markdown is parsed five times -- cgit v1.2.3