summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix typos in READMENicolas Kaiser2013-12-23
* Merge pull request #1099 from hdevalence/masterJohn MacFarlane2013-12-19
|\
| * HLint: use fromMaybeHenry de Valence2013-12-19
| * HLint: use /=Henry de Valence2013-12-19
| * HLint: redundant parensHenry de Valence2013-12-19
| * HLint: Remove lambdas.Henry de Valence2013-12-19
| * HLint: use `elem` and `notElem`Henry de Valence2013-12-19
| * HLint: Use allHenry de Valence2013-12-19
|/
* LaTeX writer: Better treatment of footnotes in tables.John MacFarlane2013-12-17
* LaTeX writer: Factored out function for table cell creation.John MacFarlane2013-12-17
* LaTeX reader: Support babel-style quoting: `` "`..."' ``.John MacFarlane2013-12-17
* Docbook reader: Avoid failure if tbody contains no tr or row elements.John MacFarlane2013-12-16
* Properly handle script blocks in strict mode.John MacFarlane2013-12-15
* Allow use of `\includegraphics[size]` in beamer.John MacFarlane2013-12-13
* Merge pull request #1090 from jrnold/masterJohn MacFarlane2013-12-13
|\
| * LaTeX reader: add support for Verb macroJeff Arnold2013-12-13
|/
* Added Cite function to sample.lua.John MacFarlane2013-12-13
* EPUB writer: Fixed bug with `--epub-stylesheet`.John MacFarlane2013-12-13
* Markdown reader: Fixed regression in title blocks.John MacFarlane2013-12-12
* latex template: Put header-includes after title.John MacFarlane2013-12-11
* Updated README (since abstract will work, at least with default latex).John MacFarlane2013-12-11
* default latex template: added abstract variable.John MacFarlane2013-12-11
* Added more explanation of metadata in README.John MacFarlane2013-12-11
* Fixed documentation bug.John MacFarlane2013-12-10
* Allow zip-archive 0.2.John MacFarlane2013-12-10
* Added `withSocketsDo` around http conduit code in `openURL`.John MacFarlane2013-12-09
* Relaxed version bounds for array, http-conduit, process.John MacFarlane2013-12-09
* Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane2013-12-09
* Updated beamer template for booktabs.John MacFarlane2013-12-09
* Updated changelog.John MacFarlane2013-12-08
* Version mubp to 1.12.2.1John MacFarlane2013-12-08
* OSX package: Create .zip rather than .dmg.John MacFarlane2013-12-08
* Another small performance improvement.John MacFarlane2013-12-07
* Small performance improvement in list parsing.John MacFarlane2013-12-07
* Markdown reader: Fixed bug with literal `</div>` in lists.John MacFarlane2013-12-07
* More changes to github-upload.sh. Still doesn't work, though.John MacFarlane2013-12-07
* Updated changelog.John MacFarlane2013-12-07
* Documented use of extensions with non-markdown input formats.John MacFarlane2013-12-06
* Small change to HTML reader tests.John MacFarlane2013-12-06
* Text.Pandoc: Don't default to pandocExtensions for all writers.John MacFarlane2013-12-06
* HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* Allow https: to work in pandoc command line arguments.John MacFarlane2013-12-05
* Stop parsing "list lines" when we hit a block tag.John MacFarlane2013-12-04
* Use latest pandoc-templates.John MacFarlane2013-12-03
* Merge pull request #1076 from jlduran/booktabsJohn MacFarlane2013-12-03
|\
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
* | EPUB writer: Allow 'stylesheet' in metadata.John MacFarlane2013-12-03
|/
* Improved release checklist.John MacFarlane2013-12-01
* Added github-upload.sh.John MacFarlane2013-12-01
* EPUB writer: Allow partial dates: YYYY, YYYY-MM.John MacFarlane2013-12-01