summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* HTML reader: only treat "a" element as link if it has href.John MacFarlane2016-11-13
* Use correct mime types for woff and woff2.John MacFarlane2016-11-12
* Markdown writer: Fix escaping of spaces in super/subscript.John MacFarlane2016-11-12
* Docx reader: add a placeholder value for CHART.Jesse Rosenthal2016-11-10
* Docx reader: Be more specific in parsing imagesJesse Rosenthal2016-11-10
* Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel2016-11-09
* Inline code when text has a special styleHubert Plociniczak2016-11-08
* Markdown reader: Allow reference link labels starting with @...John MacFarlane2016-11-05
* Docx Reader: abstract out function to avoid code repetition.Jesse Rosenthal2016-11-02
* Docx writer: Handle title text in images.Jesse Rosenthal2016-11-02
* Docx reader: Handle Alt text and titles in images.Jesse Rosenthal2016-11-02
* Docx reader utils: handle empty namespace in elemNameJesse Rosenthal2016-11-02
* HTML reader: treat `<math>` as MathML by default...John MacFarlane2016-11-02
* LaTeX reader: Handle BVerbatim from fancyvrb. Fixes #3203.John MacFarlane2016-11-02
* Handle hungarumlaut in LaTeX reader. Closes #3201.John MacFarlane2016-11-01
* [odt] Infer tables' header props from rows (#3199)hubertp-lshift2016-11-01
* LaTeX reader: allow for []s inside LaTeX optional args.John MacFarlane2016-10-31
* Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel2016-10-30
* Org reader: support the `todo` export optionAlbert Krewinkel2016-10-30
* Org reader: add support for todo-markersAlbert Krewinkel2016-10-30
* Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio2016-10-26
* reveal.js: don't change slide title to level 1 header.John MacFarlane2016-10-25
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Tighten up parsing of raw email addresses.John MacFarlane2016-10-23
* fix example in documentation (#3176)Thomas Weißschuh2016-10-23
* ICML writer: replace partial function (!!) in table handling (#3175)Mauro Bieg2016-10-23
* Added `angle_brackets_escapable` extension.John MacFarlane2016-10-22
* EPUB reader: don't add root path to data: URIs.John MacFarlane2016-10-22
* Merge pull request #3108 from tarleb/partJohn MacFarlane2016-10-19
|\
| * Add option for top-level division typeAlbert Krewinkel2016-10-19
| * TEI writer: remove heuristic to detect book templateAlbert Krewinkel2016-09-13
| * Add --parts command line option to LaTeX writer.Oliver Matthews2016-09-06
* | Image with a caption needs special formattingHubert Plociniczak2016-10-19
|/
* Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane2016-10-18
|\
| * Issue 3143: Don't duplicate text for anchorsHubert Plociniczak2016-10-18
* | Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane2016-10-18
|\ \
| * | Use bind function instead of pattern matchingHubert Plociniczak2016-10-17
| * | Minor refactoringHubert Plociniczak2016-10-17
| * | Infer caption from the text following the imgHubert Plociniczak2016-10-17
| * | Basic support for images in ODT documentsHubert Plociniczak2016-10-12
| |/
* | Better fix for the problem with ghc 7.8.John MacFarlane2016-10-18
* | Try to fix build error on ghc 7.8.John MacFarlane2016-10-18
* | Org writer: drop space before footnote markersAlbert Krewinkel2016-10-17
* | RST reader: skip whitespace before note.Jesse Rosenthal2016-10-17
* | Org reader: allow figure with empty captionAlbert Krewinkel2016-10-14
* | Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-valueJohn MacFarlane2016-10-14
|\ \
| * | Added tests and a corner case for starting numberHubert Plociniczak2016-10-14
| * | [ODT Parser] Include list's starting valueHubert Plociniczak2016-10-12
| |/
* | Markdown writer: Abstract out note/ref function.Jesse Rosenthal2016-10-13
* | Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane2016-10-13