diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 17:28:50 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 17:28:50 +0000 |
commit | a505dbecd5d26881c3b31b2b4fa19d3cf5ec2e65 (patch) | |
tree | aa1688d4bf824d643347ca546e84fa335db5d3eb | |
parent | bdcd54a48572d2049eb485194ea0b5a6adcc4d55 (diff) | |
download | pandoc-a505dbecd5d26881c3b31b2b4fa19d3cf5ec2e65.tar.gz |
Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1545 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |