aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-06-28New method for producing man pages.John MacFarlane3-6/+118
2015-06-28Fixed regression in CSS parsing with `--self-contained`.John MacFarlane1-39/+47
2015-06-27Removed unused import.John MacFarlane1-1/+0
2015-06-27Textile writer: escape `+` and `-` as entities.John MacFarlane1-0/+2
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane2-15/+11
2015-06-27Options: Export `plainExtensions`.John MacFarlane1-0/+19
2015-06-21DocBook reader mediaobjects and figures, closes #2184mb211-11/+20
2015-06-09Fix InDesign crash with URLs containing more than one colon charactergohai1-2/+9
2015-06-07DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane1-4/+4
2015-06-04HTML reader: allow `<body>` to close `<head>`.John MacFarlane1-0/+1
2015-05-31Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane1-12/+17
2015-05-31Allow building with hslua 0.4.John MacFarlane1-0/+20
2015-05-28Better fix for #2187.John MacFarlane2-15/+57
2015-05-28ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane1-1/+7
2015-05-28Removed tab chars in Textile reader source.John MacFarlane1-2/+2
2015-05-28Texinfo writer: Removed tabs from source.John MacFarlane1-3/+3
2015-05-27LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane1-3/+7
2015-05-27LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane1-2/+3
2015-05-27Fixed svg handling in EPUB writer.John MacFarlane2-1/+4
2015-05-27Fixed compiler warning.John MacFarlane1-1/+1
2015-05-27Revealjs: allow 'center' to be set to false.John MacFarlane1-0/+3
2015-05-27EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane1-53/+34
2015-05-26Merge pull request #2170 from tarleb/org-generalize-result-blockJohn MacFarlane1-16/+21
2015-05-26Merge pull request #2169 from tarleb/org-header-tagsJohn MacFarlane1-6/+31
2015-05-26Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane1-1/+3
2015-05-23Org reader: drop trees with a :noexport: tagAlbert Krewinkel1-4/+12
2015-05-23Org reader: put header tags into empty spansAlbert Krewinkel1-2/+19
2015-05-23Org reader: generalize code block result parsingAlbert Krewinkel1-3/+3
2015-05-23Reorder block arguments parsing codeAlbert Krewinkel1-13/+18
2015-05-21EPUB writer: Split references into separate chapter.John MacFarlane1-0/+4
2015-05-20PDF writer: Print temp dir on `--verbose`.John MacFarlane1-0/+2
2015-05-20DocBook writer: add id to para if in Div with id element.John MacFarlane1-0/+8
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane2-12/+26
2015-05-13HTML reader: Support base tag.John MacFarlane1-7/+28
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-2/+3
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane1-36/+42
2015-05-13Fixed regression in charsInBalancedBrackets.John MacFarlane1-1/+2
2015-05-11Don't use sup element for epub footnotes.John MacFarlane1-2/+4
2015-05-11HTML reader: Fixed detection of self-closing tags.John MacFarlane2-3/+3
2015-05-11Fix image URIs in ICML output (v2)gohai1-1/+3
2015-05-10ImageSize: fixed some exif parsing bugs.John MacFarlane1-22/+26
2015-05-09Improved warnings when image size can't be determined.John MacFarlane3-5/+13
2015-05-09ImageSize: Use runGetOrFail with binary 0.7+.John MacFarlane1-2/+13
2015-05-09ImageSize: make jpeg header parsing routines return Either.John MacFarlane1-29/+34
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane4-16/+22
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-26/+18
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-18/+26
2015-05-05Deal with deprecation warning in Custom.John MacFarlane1-2/+10
2015-05-05UTF8: Better handling of bare CRs in input files.John MacFarlane1-2/+8
2015-05-04SelfContained: properly handle data URIs in css urls.John MacFarlane1-32/+48