diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-29 16:04:07 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-29 16:04:07 -0800 |
commit | 9f28acba9dc43a63172e771b57f8a51b6b738d71 (patch) | |
tree | e1854e3a5d312fa48949f26e465d12043fb36387 /changelog | |
parent | 9e89047518c9fc4278454574d4c0e86fffe75675 (diff) | |
download | pandoc-9f28acba9dc43a63172e771b57f8a51b6b738d71.tar.gz |
Fixed highlighting for inline code.
highlightHtml in Highlighting now has a boolean argument that
selects between inline and block content.
Revised tests for new highlighting-kate.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -169,6 +169,10 @@ pandoc (1.8) * Added support for `lang` in `html` tag in the HTML template, so you can do `pandoc -s -V lang=es`, for example. + * `highlightHtml` in `Text.Pandoc.Highlighting` now takes + a boolean argument that selects between "inline" and + "block" HTML. + * `Text.Pandoc.Writers.RTF` now exports `rtfEmbedImage`. Images are embedded in RTF output when possible (png, jpeg). Resolves Issue #275. |