summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
|/
* 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
* Org reader: Added type signature.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 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
* | Correctly handle UTF-8 in custom lua scripts. Closes #1189.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
* HTML reader: idiomatic rewriting for clarity.John MacFarlane2014-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
* LaTeX reader: Better handling of figure and table with caption.John MacFarlane2014-03-25
* Parsing: Added stateCaption.John MacFarlane2014-03-25
* Revert "LaTeX reader: Added LPState."John MacFarlane2014-03-25
* LaTeX reader: Added LPState.John MacFarlane2014-03-25
* Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2014-03-25
* Whitespace change, and note:John MacFarlane2014-03-25
* API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2014-03-25
* LaTeX reader: Better handling of "table" environment.John MacFarlane2014-03-25
* RTF writer: Fixed tables cells containing paragraphs.John MacFarlane2014-03-24
* Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane2014-03-24
|\
| * MediaWiki reader: Accept image links in more languagesJaime Marquínez Ferrándiz2013-11-24
* | Parsing: Make F an instance of Applicative. Closes #1138.John MacFarlane2014-03-24
* | Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane2014-03-24
* | PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane2014-03-19