summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Updated changelog.John MacFarlane2011-07-30
* LaTeX template: Minor spacing changes.John MacFarlane2011-07-30
* Changes to tests for new latex templates.John MacFarlane2011-07-30
* LaTeX template: Don't use deprecated ucs package.John MacFarlane2011-07-30
* markdown2pdf: Added -interaction nonstopmode.John MacFarlane2011-07-30
* Updated changelog.John MacFarlane2011-07-29
* Updated LaTeX template to use ifxetex/ifluatex rather than iftex.John MacFarlane2011-07-29
* Updated lhs tests with CDATA.John MacFarlane2011-07-29
* Bumped version on windows package.John MacFarlane2011-07-28
* Use git://, not ssh, for submodules.John MacFarlane2011-07-28
* Revert "Use non-ssh-requiring URL for templates submodule."John MacFarlane2011-07-28
* Use non-ssh-requiring URL for templates submodule.John MacFarlane2011-07-28
* Updated changelog.John MacFarlane2011-07-28
* Updated release checklist to include osx package.John MacFarlane2011-07-28
* Fix template problem for epub.John MacFarlane2011-07-28
* Added s5-url and slidy-url variables, instead of hard-coding.John MacFarlane2011-07-28
* Simplified osx package script.John MacFarlane2011-07-28
* Depend on same version of pandoc-types as citeproc-hs, for now.John MacFarlane2011-07-28
* Fixed make_osx_package.sh so that data paths work correctly.John MacFarlane2011-07-28
* Install osx package directly to /usr/local.John MacFarlane2011-07-28
* Added osx packaging script.John MacFarlane2011-07-28
* Smart quotes: handle '...hi' properly.John MacFarlane2011-07-25
* Fixed template name in MakeManPage.hsJohn MacFarlane2011-07-25
* Docbook writer: Use programlisting for code blocks.John MacFarlane2011-07-24
* Docbook writer: Use CALS tables (instead of XHTML tables).John MacFarlane2011-07-24
* HTML writer: Removed English title on footnote back links.John MacFarlane2011-07-24
* Use data: protocol to embed s5 css in <link> tags.John MacFarlane2011-07-24
* Reordered offline slidy includes.John MacFarlane2011-07-24
* Use yuicompressor-packed js for s5.John MacFarlane2011-07-24
* Updated s5 tests.John MacFarlane2011-07-24
* Fixed slidy css.John MacFarlane2011-07-24
* Insert CDATA around inline js/css in HTML, slidy.John MacFarlane2011-07-24
* Enclose s5 scripts and css in CDATA tags.John MacFarlane2011-07-24
* RST reader: Partial support for labeled footnotes.John MacFarlane2011-07-23
* Changed `--mathjax` to link to mathjax CDN by default.John MacFarlane2011-07-23
* Use \enquote{..} for latex quotes if template uses csquotes package.John MacFarlane2011-07-23
* Properly handle characters in the 128..159 range.John MacFarlane2011-07-23
* HTML writer/templates: Made TOC more customizable.John MacFarlane2011-07-23
* HTML writer: Display author and date after title.John MacFarlane2011-07-23