summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio2016-10-26
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Added `angle_brackets_escapable` extension.John MacFarlane2016-10-22
* EPUB reader: don't add root path to data: URIs.John MacFarlane2016-10-22
* 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
|\ \
| * | 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
* | 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
| |/
* / Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
|/
* Org reader: trim verse lines properlyAlbert Krewinkel2016-10-10
* MediaWiki writer: transform filename with underscores in images.John MacFarlane2016-10-02
* Markdown reader: added bracket syntax for native spans.John MacFarlane2016-09-28
* Remove TagSoup compatJesse Rosenthal2016-09-02
* Remove directory compatJesse Rosenthal2016-09-02
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Fix grouping of imports.Jesse Rosenthal2016-09-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Org reader: respect unnumbered header propertyAlbert Krewinkel2016-08-30
* Docx reader: make all compilers happy with traversable.Jesse Rosenthal2016-08-29
* Docx reader: Import traverse for ghc 7.8Jesse Rosenthal2016-08-29
* Docx reader: clean up function with `traverse`Jesse Rosenthal2016-08-29
* Merge branch 'org-meta-handling'Albert Krewinkel2016-08-29
|\
| * Org reader: respect `creator` export optionAlbert Krewinkel2016-08-29
| * Org reader: respect `email` export optionAlbert Krewinkel2016-08-29
| * Org reader: respect `author` export optionAlbert Krewinkel2016-08-29
| * Org reader: read HTML_head as header-includesAlbert Krewinkel2016-08-29
| * Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel2016-08-29
| * Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel2016-08-29
| * Org reader: read LaTeX_header as header-includesAlbert Krewinkel2016-08-29
| * Org reader: give precedence to later meta linesAlbert Krewinkel2016-08-29
| * Org reader: allow multiple, comma-separated authorsAlbert Krewinkel2016-08-29
| * Org reader: read markup only for special meta keysAlbert Krewinkel2016-08-29
| * Org reader: extract meta parsing code to moduleAlbert Krewinkel2016-08-29
* | Docx reader: update copyright.Jesse Rosenthal2016-08-28
* | Docx reader: use all anchor spans for header ids.Jesse Rosenthal2016-08-28
* | Docx reader: Let headers use exisiting id.Jesse Rosenthal2016-08-28
* | Docx reader: Handle anchor spans with content in headers.Jesse Rosenthal2016-08-28
|/
* StyleMap: export functions on StyleMap instancesJesse Rosenthal2016-08-15
* Docx parser: Use xml convenience functionsJesse Rosenthal2016-08-13
* Merge pull request #3048 from tarleb/latex-mini-fixJohn MacFarlane2016-08-11
|\