summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Force reinstall for windows package.John MacFarlane2013-01-22
| |
| * Corrected name of `blank_before_blockquote` in README.John MacFarlane2013-01-22
| | | | | | | | Closes #718.
| * Markdown reader: Try lhsCodeBlock before rawTeXBlock.John MacFarlane2013-01-21
| | | | | | | | | | | | | | | | Otherwise \begin{code}...\end{code} isn't handled properly in markdown+lhs. Thanks to Daniel Miot for noticing the bug and suggesting the fix.
| * Merge pull request #717 from juhp/patch-1John MacFarlane2013-01-21
| |\ | | | | | | EPUB: condition Blaze Utf8 module name import on blaze-html version
| | * EPUB: condition Blaze Utf8 module name import on blaze-html versionJens Petersen2013-01-22
| |/ | | | | | | | | | | blaze-html/blaze-markup-0.5 has Text.Blaze.Html.Renderer.Utf8 whereas blaze-html-0.4 has Text.Blaze.Renderer.Utf8. So this needs to be conditional on the version for pandoc still be with blaze-html-0.4.x
* / Updated tested-with in cabal file.John MacFarlane2013-01-21
|/
* LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane2013-01-21
|
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
| | | | Closes #714.
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21
| | | | | | | | | The 1.10 code assumed that each table header cell contains exactly one block. That failed for headerless tables (0) and also for tables with multiple blocks in a header cell. The code is fixed and tests provided. Thanks to Andrew Lee for pointing out the bug.
* Fixed bug in uri parser.John MacFarlane2013-01-20
| | | | | | | The bug prevented an autolink at the end of a string (e.g. at the end of a line block line) from counting as a link. Closes #711.
* make-windows-installer: force reinstall of citeproc-hs and h-k.John MacFarlane2013-01-20
|
* Version bump to 1.10.0.4.John MacFarlane2013-01-20
|
* Updated changelog.John MacFarlane2013-01-20
|
* Fixed bug with escaped % in LaTeX reader.John MacFarlane2013-01-20
| | | | Also added tests. Closes #710.
* Bump version to 1.10.0.3; added further missing fb2 tests.John MacFarlane2013-01-20
| | | | Updated changelog.
* Updated changelog.John MacFarlane2013-01-20
|
* Version bump to 1.10.0.2.John MacFarlane2013-01-20
|
* Added fb2 tests to extra-source-files.John MacFarlane2013-01-20
| | | | | Otherwise we get an error in `cabal install --enable-tests` from Hackage.
* Updated changelog.John MacFarlane2013-01-20
|
* Bump version to 1.10.0.1.John MacFarlane2013-01-20
|
* Bump version bounds on test-framework packages.John MacFarlane2013-01-20
|
* Revert "Temporarily removed travis build instructions."John MacFarlane2013-01-19
| | | | This reverts commit bba08126b4e7912ca533dbc04ef0a5f240a1bd1e.
* Updated copyright date in pandoc.cabal.John MacFarlane2013-01-19
|
* Updated changelog.John MacFarlane2013-01-19
|
* Removed -O2.John MacFarlane2013-01-19
| | | | | The benchmark differences between -O2 and the default were so slight that it's not worth it. (Measured with ghc 7.4.)
* Removed unneeded -dno-debug-output from ghc-optionsJohn MacFarlane2013-01-19
|
* Removed MakeManPages from cabal extra-files.John MacFarlane2013-01-19
|
* Updated copyright dates.John MacFarlane2013-01-19
|
* Improved make_osx_package.sh.John MacFarlane2013-01-19
|
* Change date on README.John MacFarlane2013-01-19
|
* Increase date on copyright.John MacFarlane2013-01-19
|
* LaTeX test updates for latest changes to template & h-k.John MacFarlane2013-01-19
|
* Get rid of compiler warnings in Tests.Helpers.John MacFarlane2013-01-19
|
* Updated changelog.John MacFarlane2013-01-19
|
* Removed sudos from make_osx_package.sh.John MacFarlane2013-01-19
|
* Fixed bug in make_osx_package.sh.John MacFarlane2013-01-19
|
* Updated templates.John MacFarlane2013-01-19
| | | | Use upquote package if it exists.
* Updated Makefile to use Hackage pandoc-types.John MacFarlane2013-01-18
|
* Updated changelog with more Builder API.John MacFarlane2013-01-18
|
* Updated changelog with Builder changes.John MacFarlane2013-01-18
|
* Updated changelog.John MacFarlane2013-01-18
|
* Add data-cites field to citations in HTML5.John MacFarlane2013-01-18
| | | | This contains a space-separated list of citation IDs.
* Set locale encoding in test suite.John MacFarlane2013-01-18
| | | | | This prevents a "commit buffer (invalid argument)" error on Windows.
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
| | | | | | | * RTF writer: Export writeRTFWithEmbeddedImages instead of rtfEmbedImage. * Text.Pandoc: Use writeRTFWithEmbeddedImages for RTF. * Moved code for embedding images in RTF out of pandoc.hs.
* Convert highlighting-kate language to listings languageJohn MacFarlane2013-01-17
| | | | | | if --listings is used. Closes #704.
* MIME: Support vs and fs as text/plain.John MacFarlane2013-01-17
| | | | These are used in revealjs css.
* Revert "Markdown reader: Be less restrictive about class attributes."John MacFarlane2013-01-17
| | | | This reverts commit b158b3fb2182b5c8a6f03759277f4f73cdc24797.
* Slight modification of lhs instructions.John MacFarlane2013-01-17
|
* Updated extensions in README.John MacFarlane2013-01-16
|
* Markdown reader: Be less restrictive about class attributes.John MacFarlane2013-01-16
| | | | This allows attributes like `C++`. Any nonspace and non-}.