diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-09 10:37:07 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-09 10:37:07 -0800 |
commit | c8cadbf5f3876fce8cc38e2b080cb698c9f94927 (patch) | |
tree | b202414ce049e536ff65a88fd8eb3d0191184d9d /changelog | |
parent | 61bde14523baf8af2054e9c679299d578f7c664a (diff) | |
download | pandoc-c8cadbf5f3876fce8cc38e2b080cb698c9f94927.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +pandoc (1.9.1) + + * LaTeX reader: + + + Fixed regression in 1.9; properly handle escaped $ in latex math. + + Put LaTeX verse environments in blockquotes. + + * Markdown reader: + + + Limit nesting of strong/emph. This avoids exponential lookahead + in parasitic cases, like `a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**`. + + Improved attributes syntax (inn code blocks/spans): + (1) Attributes can contain line breaks. (2) Values in key-value + attributes can be surrounded by either double or single quotes, or + left unquoted if they contain no spaces. + + * Don't wrap headers in markdown or RST writers. + + * Added `stateMaxNestingLevel` to `ParserState`. + We set this to 6, so you can still have `Emph` inside `Emph`, + just not indefinitely. + + * More efficient implementation of `nowrap` in `Text.Pandoc.Pretty`. + + * `Text.Pandoc.PDF`: Only run latex twice if `\tableofcontents` + is present. + + * Require highlighting-kate >= 0.5.0.2, texmath >= 0.6.0.2. + pandoc (1.9.0.5) * Changed cabal file so that build-depends for the test program |