aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-29Merge pull request #2250 from PromyLOPh/rsttargetJohn MacFarlane
2015-06-29LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane
2015-06-29LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun
2015-06-28Removed unneeded import.John MacFarlane
2015-06-28Added a needed import in Shared.John MacFarlane
2015-06-28Make sure we use dist version of reference.docx for some things.John MacFarlane
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane
2015-06-28Minor fixes to previous commit.John MacFarlane
2015-06-28New method for producing man pages.John MacFarlane
2015-06-28Fixed regression in CSS parsing with `--self-contained`.John MacFarlane
2015-06-27Removed unused import.John MacFarlane
2015-06-27Textile writer: escape `+` and `-` as entities.John MacFarlane
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane
2015-06-27Options: Export `plainExtensions`.John MacFarlane
2015-06-21DocBook reader mediaobjects and figures, closes #2184mb21
2015-06-09Fix InDesign crash with URLs containing more than one colon charactergohai
2015-06-07DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane
2015-06-04HTML reader: allow `<body>` to close `<head>`.John MacFarlane
2015-05-31Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane
2015-05-31Allow building with hslua 0.4.John MacFarlane
2015-05-28Better fix for #2187.John MacFarlane
2015-05-28ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane
2015-05-28Removed tab chars in Textile reader source.John MacFarlane
2015-05-28Texinfo writer: Removed tabs from source.John MacFarlane
2015-05-27LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane
2015-05-27LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane
2015-05-27Fixed svg handling in EPUB writer.John MacFarlane
2015-05-27Fixed compiler warning.John MacFarlane
2015-05-27Revealjs: allow 'center' to be set to false.John MacFarlane
2015-05-27EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane
2015-05-26Merge pull request #2170 from tarleb/org-generalize-result-blockJohn MacFarlane
2015-05-26Merge pull request #2169 from tarleb/org-header-tagsJohn MacFarlane
2015-05-26Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane
2015-05-23Org reader: drop trees with a :noexport: tagAlbert Krewinkel
2015-05-23Org reader: put header tags into empty spansAlbert Krewinkel
2015-05-23Org reader: generalize code block result parsingAlbert Krewinkel
2015-05-23Reorder block arguments parsing codeAlbert Krewinkel
2015-05-21EPUB writer: Split references into separate chapter.John MacFarlane
2015-05-20PDF writer: Print temp dir on `--verbose`.John MacFarlane
2015-05-20DocBook writer: add id to para if in Div with id element.John MacFarlane
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane
2015-05-13HTML reader: Support base tag.John MacFarlane
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane
2015-05-13Fixed regression in charsInBalancedBrackets.John MacFarlane
2015-05-11Don't use sup element for epub footnotes.John MacFarlane
2015-05-11HTML reader: Fixed detection of self-closing tags.John MacFarlane
2015-05-11Fix image URIs in ICML output (v2)gohai
2015-05-10ImageSize: fixed some exif parsing bugs.John MacFarlane