aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel2-3/+3
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
2016-07-01Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal1-0/+1
2016-07-01Writers: treat SoftBreak as space for strippingJesse Rosenthal1-0/+1
2016-06-29LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane1-2/+2
2016-06-26Merge pull request #3001 from tarleb/org-figure-labelJohn MacFarlane1-1/+6
2016-06-26Org reader: support figure labelsAlbert Krewinkel1-1/+6
2016-06-25Textile reader: Fix overly aggressive interpretation as images.John MacFarlane1-7/+4
2016-06-25Fixed RST links with no explicit link text.John MacFarlane1-1/+4
2016-06-24Make --webtex work with the Markdown writer.John MacFarlane1-12/+17
2016-06-23Process markdown extensions on command line in L->R order.John MacFarlane1-1/+1
2016-06-23Textile reader: fixed attributes.John MacFarlane1-1/+3
2016-06-23Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane1-1/+5
2016-06-23Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal1-2/+18
2016-06-23docx reader: enable warnings in top-level readerJesse Rosenthal1-6/+10
2016-06-23Docx reader: add simple comment functionality.Jesse Rosenthal2-1/+73
2016-06-23Shared: Add BlockQuote to blocksToInlinesJesse Rosenthal1-0/+1
2016-06-23Shared: introduce blocksToInlines functionJesse Rosenthal1-0/+37
2016-06-22Merge pull request #2992 from tarleb/org-partial-functionsJohn MacFarlane2-19/+21