summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "Added built man pages to repository."John MacFarlane2011-10-23
* Added built man pages to repository.John MacFarlane2011-10-23
* Updated README to remove mention of .bbx for bibliographies.John MacFarlane2011-10-04
* Updated templates.John MacFarlane2011-10-03
* HTML slides: only add id to div/section if --section-divs selected.John MacFarlane2011-10-02
* Better default dzslides template.John MacFarlane2011-10-02
* Simplified slide creation in HTML writer.John MacFarlane2011-10-02
* Updated templates.John MacFarlane2011-10-01
* Added note on Paul Rouget's dzslides to COPYRIGHT.John MacFarlane2011-10-01
* Added dzslides output option.John MacFarlane2011-10-01
* Updated templates.John MacFarlane2011-10-01
* LaTeX writer: don't escape # or ~ inside href{...}.John MacFarlane2011-10-01
* Added escaping of euro character to LaTeX writer.John MacFarlane2011-09-23
* Brought default.csl up to date with latest chicago-author-date.csl.John MacFarlane2011-09-13
* Fixed typo in READMEJohn MacFarlane2011-09-09
* RST writer: Fixed bug involving empty table cells.John MacFarlane2011-09-05
* Merge pull request #304 from aslatter/masterJohn MacFarlane2011-09-04
|\
| * TypeSynonymInstances no longer implies FlexibleInstances in GHC 7.2Antoine Latter2011-09-02
| * relax some version constraints in the package descriptionAntoine Latter2011-09-02
| * update gitignoreAntoine Latter2011-09-02
|/
* Merge pull request #295 from takahashim/fixfootnotesJohn MacFarlane2011-08-28
|\
| * allow footnotes followed by newline without space charstakahashim2011-08-23
* | Updated to use revised context template.John MacFarlane2011-08-25
|/
* ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane2011-08-20
* ADded note in INSTALL about a workaround for OSX.John MacFarlane2011-08-19
* Fixed ConTeXt writer tests.John MacFarlane2011-08-18
* ConTeXt: Use buffering for footnotes containing code blocks.John MacFarlane2011-08-18
* ConTeXt: Escape # in link URLs.John MacFarlane2011-08-18
* Fixed opendocument writer test.John MacFarlane2011-08-18
* Revert "Workaround for linker errors in macosx + ghc 7.0.3."John MacFarlane2011-08-18
* Updated templates.John MacFarlane2011-08-18
* Templates: Return empty string for json template.John MacFarlane2011-08-18
* Workaround for linker errors in macosx + ghc 7.0.3.John MacFarlane2011-08-18
* Note in README that --chapters is implicit when certain classes used.John MacFarlane2011-08-03
* Fixed bug in html template with html5 and mathml.John MacFarlane2011-08-01
* HTML reader: Fixed bug parsing tables w both thead and tbody.John MacFarlane2011-08-01
* Updated changelog.John MacFarlane2011-08-01
* Relax version bounds for pandoc-types to 1.8.*.John MacFarlane2011-08-01
* Bump version to 1.8.2.1John MacFarlane2011-08-01
* Tweaked Arbitrary instance to help avoid timeouts in tests.John MacFarlane2011-07-31
* Merge pull request #283 from trofi/masterJohn MacFarlane2011-07-31
|\
| * .cabal: extend test-framework dep range up to <0.5Sergei Trofimovich2011-07-31
|/
* Added Tests.Writers.Markdown in cabal file.John MacFarlane2011-07-30
* Added PRAGMA needed for ghc 6.12.John MacFarlane2011-07-30
* Changed date on README.John MacFarlane2011-07-30
* Updated tested-with field.John MacFarlane2011-07-30
* Removed applicative stuff in Markdown reader.John MacFarlane2011-07-30
* Updated changelog.John MacFarlane2011-07-30
* Markdown reader: Improved emph/strong parsing.John MacFarlane2011-07-30
* Added nonspaceChar to Text.Pandoc.Parsing.John MacFarlane2011-07-30