diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-03 18:27:24 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-03 18:27:24 +0000 |
commit | 9ce29d2a675728951701c34b1fed2fe8b421cfb7 (patch) | |
tree | 0272e83432096656126ea85f0ff6b32ef36cc8c4 | |
parent | 4088ef9d36959826e4b858f2b25d640794caed05 (diff) | |
download | pandoc-9ce29d2a675728951701c34b1fed2fe8b421cfb7.tar.gz |
Updated website with news of 0.43.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1008 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | web/index.txt.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |