summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add .editorconfigAlbert Krewinkel2014-04-09
* Textile reader: Improved link parsing.John MacFarlane2014-04-07
* Merge pull request #1224 from tarleb/org-mathJohn MacFarlane2014-04-07
|\
| * Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel2014-04-07
| * Org reader: Add support for definition listsAlbert Krewinkel2014-04-06
| * Org reader: Minor code clean-upAlbert Krewinkel2014-04-06
* | LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane2014-04-06
* | LaTeX reader: handle @{} and p{length} in tabular.John MacFarlane2014-04-06
* | Moved some doc files from data-files to extra-source-files.John MacFarlane2014-04-06
|/
* Give more useful error message if '-t pdf' is specified.John MacFarlane2014-04-05
* HTML reader: Updated `closes` with rules from HTML5 spec.John MacFarlane2014-04-05
* Textile reader: Better support for attributes.John MacFarlane2014-04-05
* Textile reader: Improved treatment of HTML spans (%).John MacFarlane2014-04-05
* Removed whitespace at ends of lines.John MacFarlane2014-04-05
* Text.Pandoc.PDF: Ensure that temp directories deleted on Windows.John MacFarlane2014-04-05
* README: Added note to --bibtex/--natbib: not for use in making PDF.John MacFarlane2014-04-05
* Make it possible to run filters that aren't executable.John MacFarlane2014-04-05
* Org reader: Added type signature.John MacFarlane2014-04-05
* Fixed PDF print function in reveal.js template.John MacFarlane2014-04-05
* Merge pull request #1219 from tarleb/org-imagesJohn MacFarlane2014-04-05
|\
| * Org reader: Support inline imagesAlbert Krewinkel2014-04-05
| * Org reader: Provide more language identifier translationsAlbert Krewinkel2014-04-05
| * Org reader: Fix parsing of nested inlinesAlbert Krewinkel2014-04-05
| * Org reader: Use specialized org parser stateAlbert Krewinkel2014-04-05
| * Org reader: Slight cleaning of table parsing codeAlbert Krewinkel2014-04-05
* | Shared.openURL: Set proxy with value of http_proxy env variable.John MacFarlane2014-04-05
* | DocBook reader: Better treatment of formalpara.John MacFarlane2014-04-04
* | DocBook template: use authorgroup if there are authors.John MacFarlane2014-04-04
* | DocBook reader/writer tests: use "authorgroup".John MacFarlane2014-04-04
* | DocBook reader: set metadata "author" not "authors"John MacFarlane2014-04-04
* | Removed trailing whitespace.John MacFarlane2014-04-04
* | DocBook reader: set "author" not "authors".John MacFarlane2014-04-04
* | Added recognition of authorgroup element and releaseinfo element to DocBook r...Matthew Pickering2014-04-04
* | Converted current meta information parsing in DocBook to a more extensible ve...Matthew Pickering2014-04-04
* | LaTeX writer: handle line breaks in simple table cells.John MacFarlane2014-04-04
* | Merge pull request #1216 from trofi/masterJohn MacFarlane2014-04-04
|\ \
| * | pandoc.cabal: allow QuickCheck-2.7Sergei Trofimovich2014-04-04
* | | Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane2014-04-04
|/ /
* | Added caption package to default beamer template. Closes #1200.John MacFarlane2014-04-04
* | Custom writer: read lua script as UTF-8.John MacFarlane2014-04-04
|/
* MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane2014-04-01
* Added HTML reader tests for empty strong, emph.John MacFarlane2014-04-01
* HTML reader: idiomatic rewriting for clarity.John MacFarlane2014-04-01
* Merge pull request #1207 from mpickering/htmlinlinesJohn MacFarlane2014-04-01
|\
| * Tests updated to reflect changes to readers.Matthew Pickering2014-04-01
| * Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
| * Converted HTML reader to use builder. Fixes #1162.Matthew Pickering2014-04-01
| * Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering2014-04-01
|/
* Make --toc-depth work well with books in latex/pdf output.John MacFarlane2014-03-31
* Markdown writer: Use longer backtick fences if needed.John MacFarlane2014-03-30