diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-06 10:20:56 -0800 | 
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-06 10:20:56 -0800 | 
| commit | 06817e11180950a2004c1268935d37223b6aef61 (patch) | |
| tree | 168739faa02e09ac5ba64ecef5600b94c300476b | |
| parent | 48be39ae2a023b566ee26ebde5eb1ab743d1269e (diff) | |
| download | pandoc-06817e11180950a2004c1268935d37223b6aef61.tar.gz | |
Updated changelog.
| -rw-r--r-- | changelog | 13 | 
1 files changed, 13 insertions, 0 deletions
| @@ -1,5 +1,8 @@  pandoc (1.11) +  * pandoc.cabal:  Require latest versions of highlighting-kate, +    texmath, citeproc-hs, zip-archive. +    * Added `--number-offset` option and `writerNumberOffset` field      in `WriterOptions`. The offset is a list of numbers (0 by default).      These are added to the section, subsection, etc. @@ -9,6 +12,12 @@ pandoc (1.11)    * `Text.Pandoc.Parsing` no longer exposed. (API change.) +  *  `Text.Pandoc.Highlighting` no longer exposed. (API change.) +     +     + Moved code for translating listings language names to +       highlighting-kate names and back from LaTeX reader to Highlighting. +     + Text.Pandoc.Highlighting exports `toListingsLang`, `fromListingsLang` +    * `Text.Pandoc.Shared`:  Changed type of `Element`.      `Sec` now includes a field for `Attr` rather than just `String`.      (API change.) @@ -93,6 +102,8 @@ pandoc (1.11)        We convert these to pandoc standard names, e.g. `numberLines`        for `numbers=left`, `startFrom=100` from `firstnumber=100`.        Still need to add code to convert the language names. +    + Handle language attribute for lstlistings. +    + Better support for Verbatim and minted environments.  Closes #763.    * Markdown reader: @@ -154,6 +165,8 @@ pandoc (1.11)    * Markdown writer: Use grid tables when needed, and if enabled.      Closes #740. +  * RST writer:  Support `:number-lines:` in code blocks. +    * Docx writer:      + Better treatment of display math.  Display math inside a | 
