From a505dbecd5d26881c3b31b2b4fa19d3cf5ec2e65 Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Sat, 14 Feb 2009 17:28:50 +0000 Subject: [PATCH] Updated changelog. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1545 788f1e2b-df1e-0410-8736-df70ead52e1b --- changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog b/changelog index 5e5b24d88..2b144e087 100644 --- a/changelog +++ b/changelog @@ -13,6 +13,7 @@ pandoc (1.2) + Added writerLiterateHaskell to WriterOptions. + Added lhs support to Markdown, RST, LaTeX, HTML writers. + Added definition of code environment to LaTeX header. + + Added tests (run only if highlighting support compiled in). + Documented lhs features in man page and README. * Added a plugin system, based on hint. This allows users to @@ -43,6 +44,11 @@ pandoc (1.2) * LaTeX writer: fixed bug with empty table cells. Resolves Issue #107. Thanks to rodja.trappe for the patch. + * Fixed bug with header spacing in Markdown and RST writers. + A null header (Meta [] [] []) should not cause a blank line + at the beginning of output. But a blank line is needed between + a non-null header and the main text. + * Markdown reader: Relax spacing rules for $$ in display math. Now space and newlines are allowed after the opening $$ and before the closing $$. However, the display math cannot contain an entirely