aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2016-09-02Remove TagSoup compatJesse Rosenthal2-5/+5
2016-09-02Remove directory compatJesse Rosenthal1-1/+1
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal5-8/+5
2016-09-02Fix grouping of imports.Jesse Rosenthal7-7/+8
2016-09-02Remove Compat.MonoidJesse Rosenthal14-14/+14
2016-08-30Org reader: respect unnumbered header propertyAlbert Krewinkel1-2/+10
2016-08-29Docx reader: make all compilers happy with traversable.Jesse Rosenthal1-1/+3
2016-08-29Docx reader: Import traverse for ghc 7.8Jesse Rosenthal1-0/+1
2016-08-29Docx reader: clean up function with `traverse`Jesse Rosenthal1-6/+1
2016-08-29Merge branch 'org-meta-handling'Albert Krewinkel4-69/+195
2016-08-29Org reader: respect `creator` export optionAlbert Krewinkel3-5/+8
2016-08-29Org reader: respect `email` export optionAlbert Krewinkel3-5/+7
2016-08-29Org reader: respect `author` export optionAlbert Krewinkel4-4/+23
2016-08-29Org reader: read HTML_head as header-includesAlbert Krewinkel1-0/+2
2016-08-29Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel1-1/+8
2016-08-29Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel1-0/+1
2016-08-29Org reader: read LaTeX_header as header-includesAlbert Krewinkel1-9/+31
2016-08-29Org reader: give precedence to later meta linesAlbert Krewinkel1-1/+1
2016-08-29Org reader: allow multiple, comma-separated authorsAlbert Krewinkel1-1/+9
2016-08-29Org reader: read markup only for special meta keysAlbert Krewinkel1-5/+20
2016-08-29Org reader: extract meta parsing code to moduleAlbert Krewinkel2-64/+111
2016-08-28Docx reader: update copyright.Jesse Rosenthal3-6/+6
2016-08-28Docx reader: use all anchor spans for header ids.Jesse Rosenthal1-1/+1
2016-08-28Docx reader: Let headers use exisiting id.Jesse Rosenthal1-6/+10
2016-08-28Docx reader: Handle anchor spans with content in headers.Jesse Rosenthal1-7/+8
2016-08-15StyleMap: export functions on StyleMap instancesJesse Rosenthal1-0/+2
2016-08-13Docx parser: Use xml convenience functionsJesse Rosenthal1-38/+27
2016-08-11Merge pull request #3048 from tarleb/latex-mini-fixJohn MacFarlane1-1/+1
2016-08-09Merge pull request #3065 from tarleb/org-verse-indentJohn MacFarlane1-1/+10
2016-08-09Org reader: ensure image sources are proper linksAlbert Krewinkel3-39/+53
2016-08-08Org reader: preserve indentation of verse linesAlbert Krewinkel1-1/+10
2016-08-06MediaWiki reader: properly interpret XML tags in pre environments.John MacFarlane1-3/+2
2016-08-06Improved mediawiki reader's treatment of verbatim constructions.John MacFarlane1-7/+13
2016-08-06Fix for unquoted attribute values in mediawiki tables.John MacFarlane1-1/+1
2016-07-29LaTeX reader: drop duplicate `*` in bibtexKeyCharsAlbert Krewinkel1-1/+1
2016-07-22Textile reader: disallow empty URL in explicit link.John MacFarlane1-1/+1
2016-07-22Textile reader: support `bc..` extended code blocks.John MacFarlane1-5/+25
2016-07-20LaTeX reader: be more forgiving of non-standard characters.John MacFarlane1-1/+1
2016-07-20LaTeX reader: more robust parsing of unknown environments.John MacFarlane1-2/+9
2016-07-20RST reader: use Div for admonitions.John MacFarlane1-8/+6
2016-07-19Textile reader: improve definition list parsing.John MacFarlane1-6/+13
2016-07-18Textile reader: improved table parsing.John MacFarlane1-22/+62
2016-07-15Don't require haddock-library 1.4.John MacFarlane1-0/+4
2016-07-14Fixed compiler warnings.John MacFarlane2-5/+5
2016-07-14Haddock reader - support math.John MacFarlane1-0/+4
2016-07-14Removed some redundant class constraints.John MacFarlane1-3/+3
2016-07-14Merge pull request #3019 from tarleb/org-verbatim-fixJohn MacFarlane1-2/+4
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane1-0/+1
2016-07-14Org reader: fix parsing of verbatim inlinesAlbert Krewinkel1-2/+4
2016-07-04Org reader: replace ugly code with view patternAlbert Krewinkel1-5/+4