aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-08-06Fix out of index error in handleErrorMatthew Pickering1-4/+8
2016-08-06LaTeX writer: don't use * for unnumbered paragraph, subparagraph.John MacFarlane1-2/+2
2016-07-29LaTeX reader: drop duplicate `*` in bibtexKeyCharsAlbert Krewinkel1-1/+1
2016-07-22Merge pull request #3033 from tarleb/github-readmeJohn MacFarlane2-3/+3
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-20Rename README to MANUAL.txtAlbert Krewinkel2-3/+3
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-15Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane1-1/+1
2016-07-14Fixed compiler warnings.John MacFarlane6-14/+11
2016-07-14Haddock reader - support math.John MacFarlane1-0/+4
2016-07-14Docx Writer: Use actual creation time as doc propJesse Rosenthal1-4/+3
2016-07-14Shared: improve year sanity check in normalizeDateJesse Rosenthal1-6/+6
2016-07-14Shared: normalizeDate should reject illegal years.Jesse Rosenthal1-5/+10
2016-07-14Shared: Add further formats for `normalizeDate`Jesse Rosenthal1-1/+2
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-05Merge pull request #3014 from tarleb/org-writer-divJohn MacFarlane1-7/+41
2016-07-05Org writer: improve Div handlingAlbert Krewinkel1-7/+41
2016-07-04Org reader: replace ugly code with view patternAlbert Krewinkel1-5/+4
2016-07-03Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane4-247/+386
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane1-7/+7
2016-07-03Fix warning for parseURl import.John MacFarlane1-2/+3
2016-07-03CPP workaround for deprecation of parseUrl in http-client.John MacFarlane1-6/+14
2016-07-03Org reader: support headline levels export settingAlbert Krewinkel3-8/+40
2016-07-03Allow 'standout' as a beamer frame option.John MacFarlane1-1/+1
2016-07-02Org reader: put export setting parser into moduleAlbert Krewinkel3-191/+191
2016-07-01LaTeX reader: strip off double quotes around image source if present.John MacFarlane1-1/+8
2016-07-01LaTeX writer: don't URI-escape image source.John MacFarlane1-1/+1
2016-07-01Org reader: support archived trees export optionsAlbert Krewinkel2-8/+62
2016-07-01Org reader: refactor comment tree handlingAlbert Krewinkel2-39/+21
2016-07-01Org reader: parse as headlines, convert to blocksAlbert Krewinkel1-47/+86
2016-07-01Org reader: improve tag and properties type safetyAlbert Krewinkel1-25/+57
2016-07-01ZimWiki writer: removed commented out code that confused Haddock.John MacFarlane1-8/+8
2016-06-30Added Zim Wiki writer, template and tests.Alex Ivkin2-0/+364