aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-15Don't require haddock-library 1.4.John MacFarlane
2016-07-15Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane
2016-07-14Fixed compiler warnings.John MacFarlane
2016-07-14Haddock reader - support math.John MacFarlane
2016-07-14Docx Writer: Use actual creation time as doc propJesse Rosenthal
2016-07-14Shared: improve year sanity check in normalizeDateJesse Rosenthal
2016-07-14Shared: normalizeDate should reject illegal years.Jesse Rosenthal
2016-07-14Shared: Add further formats for `normalizeDate`Jesse Rosenthal
2016-07-14Removed some redundant class constraints.John MacFarlane
2016-07-14Merge pull request #3019 from tarleb/org-verbatim-fixJohn MacFarlane
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane
2016-07-14Org reader: fix parsing of verbatim inlinesAlbert Krewinkel
2016-07-05Merge pull request #3014 from tarleb/org-writer-divJohn MacFarlane
2016-07-05Org writer: improve Div handlingAlbert Krewinkel
2016-07-04Org reader: replace ugly code with view patternAlbert Krewinkel
2016-07-03Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane
2016-07-03Fix warning for parseURl import.John MacFarlane
2016-07-03CPP workaround for deprecation of parseUrl in http-client.John MacFarlane
2016-07-03Org reader: support headline levels export settingAlbert Krewinkel
2016-07-03Allow 'standout' as a beamer frame option.John MacFarlane
2016-07-02Org reader: put export setting parser into moduleAlbert Krewinkel
2016-07-01LaTeX reader: strip off double quotes around image source if present.John MacFarlane
2016-07-01LaTeX writer: don't URI-escape image source.John MacFarlane
2016-07-01Org reader: support archived trees export optionsAlbert Krewinkel
2016-07-01Org reader: refactor comment tree handlingAlbert Krewinkel
2016-07-01Org reader: parse as headlines, convert to blocksAlbert Krewinkel
2016-07-01Org reader: improve tag and properties type safetyAlbert Krewinkel
2016-07-01ZimWiki writer: removed commented out code that confused Haddock.John MacFarlane
2016-06-30Added Zim Wiki writer, template and tests.Alex Ivkin
2016-07-01Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal
2016-07-01Writers: treat SoftBreak as space for strippingJesse Rosenthal
2016-06-29LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane
2016-06-26Merge pull request #3001 from tarleb/org-figure-labelJohn MacFarlane
2016-06-26Org reader: support figure labelsAlbert Krewinkel
2016-06-25Textile reader: Fix overly aggressive interpretation as images.John MacFarlane
2016-06-25Fixed RST links with no explicit link text.John MacFarlane
2016-06-24Make --webtex work with the Markdown writer.John MacFarlane
2016-06-23Process markdown extensions on command line in L->R order.John MacFarlane
2016-06-23Textile reader: fixed attributes.John MacFarlane
2016-06-23Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane
2016-06-23Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal
2016-06-23docx reader: enable warnings in top-level readerJesse Rosenthal
2016-06-23Docx reader: add simple comment functionality.Jesse Rosenthal
2016-06-23Shared: Add BlockQuote to blocksToInlinesJesse Rosenthal
2016-06-23Shared: introduce blocksToInlines functionJesse Rosenthal
2016-06-22Merge pull request #2992 from tarleb/org-partial-functionsJohn MacFarlane
2016-06-22HTML writer: Better support for raw LaTeX environments.John MacFarlane
2016-06-21Org reader: remove partial functionsAlbert Krewinkel
2016-06-20Changed email-obfuscation default to no obfuscation.John MacFarlane