summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fixed compiler warning.John MacFarlane2015-05-27
* Revealjs: allow 'center' to be set to false.John MacFarlane2015-05-27
* EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane2015-05-27
* Merge pull request #2170 from tarleb/org-generalize-result-blockJohn MacFarlane2015-05-26
|\
| * Org reader: generalize code block result parsingAlbert Krewinkel2015-05-23
| * Reorder block arguments parsing codeAlbert Krewinkel2015-05-23
* | Merge pull request #2169 from tarleb/org-header-tagsJohn MacFarlane2015-05-26
|\ \
| * | Org reader: drop trees with a :noexport: tagAlbert Krewinkel2015-05-23
| * | Org reader: put header tags into empty spansAlbert Krewinkel2015-05-23
| |/
* | Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane2015-05-26
|\ \ | |/ |/|
| * Fix image URIs in ICML output (v2)gohai2015-05-11
* | EPUB writer: Split references into separate chapter.John MacFarlane2015-05-21
* | PDF writer: Print temp dir on `--verbose`.John MacFarlane2015-05-20
* | DocBook writer: add id to para if in Div with id element.John MacFarlane2015-05-20
* | Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* | HTML reader: Support base tag.John MacFarlane2015-05-13
* | Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane2015-05-13
* | EPUB writer: Properly handle image URLs without an extension.John MacFarlane2015-05-13
* | Fixed regression in charsInBalancedBrackets.John MacFarlane2015-05-13
* | Don't use sup element for epub footnotes.John MacFarlane2015-05-11
* | HTML reader: Fixed detection of self-closing tags.John MacFarlane2015-05-11
|/
* ImageSize: fixed some exif parsing bugs.John MacFarlane2015-05-10
* Improved warnings when image size can't be determined.John MacFarlane2015-05-09
* ImageSize: Use runGetOrFail with binary 0.7+.John MacFarlane2015-05-09
* ImageSize: make jpeg header parsing routines return Either.John MacFarlane2015-05-09
* ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane2015-05-09
* Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane2015-05-09
* EPUB writer: stylesheet changes. Closes #2040.John MacFarlane2015-05-08
* Deal with deprecation warning in Custom.John MacFarlane2015-05-05
* UTF8: Better handling of bare CRs in input files.John MacFarlane2015-05-05
* SelfContained: properly handle data URIs in css urls.John MacFarlane2015-05-04
* Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane2015-05-03
* LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane2015-05-02
* EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane2015-05-01
* SelfContained: cssURLs no longer tries to fetch fragment URLs.John MacFarlane2015-05-01
* Added woff2 to MIME typesAlfred Wechselberger2015-04-29
* HTML reader: Allow multiple colgroups in table.John MacFarlane2015-04-29
* EPUB writer: Remove linear=no from cover itemref.John MacFarlane2015-04-26
* Fixed regression with lists inside defintiion lists.John MacFarlane2015-04-26
* Merge pull request #2112 from lierdakil/issue2101John MacFarlane2015-04-26
|\
| * Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov2015-04-26
* | Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
|/
* LaTeX reader: recognize `\newpage` as a block command.John MacFarlane2015-04-22
* Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane2015-04-21
* Rewrote charsInBalancedBrackets.John MacFarlane2015-04-19
* MD Reader: Fix links/footnotets after citationsNikolay Yakimov2015-04-20
* Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane2015-04-18
* Markdown writer: improved escaping.John MacFarlane2015-04-18
* Markdown definition lists: don't require indent for first line.John MacFarlane2015-04-18
* More principled fix for #1820.John MacFarlane2015-04-17