Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1545 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
bdcd54a485
commit
a505dbecd5
1 changed files with 6 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue