summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #3033 from tarleb/github-readmeJohn MacFarlane2016-07-22
|\
| * Rename README to MANUAL.txtAlbert Krewinkel2016-07-20
* | Textile reader: disallow empty URL in explicit link.John MacFarlane2016-07-22
* | Textile reader: support `bc..` extended code blocks.John MacFarlane2016-07-22
* | LaTeX reader: be more forgiving of non-standard characters.John MacFarlane2016-07-20
* | LaTeX reader: more robust parsing of unknown environments.John MacFarlane2016-07-20
* | RST reader: use Div for admonitions.John MacFarlane2016-07-20
|/
* Textile reader: improve definition list parsing.John MacFarlane2016-07-19
* Textile reader: improved table parsing.John MacFarlane2016-07-18
* Don't require haddock-library 1.4.John MacFarlane2016-07-15
* Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane2016-07-15
* Fixed compiler warnings.John MacFarlane2016-07-14
* Haddock reader - support math.John MacFarlane2016-07-14
* Docx Writer: Use actual creation time as doc propJesse Rosenthal2016-07-14
* Shared: improve year sanity check in normalizeDateJesse Rosenthal2016-07-14
* Shared: normalizeDate should reject illegal years.Jesse Rosenthal2016-07-14
* Shared: Add further formats for `normalizeDate`Jesse Rosenthal2016-07-14
* Removed some redundant class constraints.John MacFarlane2016-07-14
* Merge pull request #3019 from tarleb/org-verbatim-fixJohn MacFarlane2016-07-14
|\
| * Org reader: fix parsing of verbatim inlinesAlbert Krewinkel2016-07-14
* | Fixed exponential parsing bug in textile reader.John MacFarlane2016-07-14
|/
* Merge pull request #3014 from tarleb/org-writer-divJohn MacFarlane2016-07-05
|\
| * Org writer: improve Div handlingAlbert Krewinkel2016-07-05
* | Org reader: replace ugly code with view patternAlbert Krewinkel2016-07-04
|/
* Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane2016-07-03
|\
| * Org reader: support headline levels export settingAlbert Krewinkel2016-07-03
| * Org reader: put export setting parser into moduleAlbert Krewinkel2016-07-02
| * Org reader: support archived trees export optionsAlbert Krewinkel2016-07-01
| * Org reader: refactor comment tree handlingAlbert Krewinkel2016-07-01
| * Org reader: parse as headlines, convert to blocksAlbert Krewinkel2016-07-01
| * Org reader: improve tag and properties type safetyAlbert Krewinkel2016-07-01
* | Odt reader: Removed redundant Monoid constraints.John MacFarlane2016-07-03
* | Fix warning for parseURl import.John MacFarlane2016-07-03
* | CPP workaround for deprecation of parseUrl in http-client.John MacFarlane2016-07-03
* | Allow 'standout' as a beamer frame option.John MacFarlane2016-07-03
* | LaTeX reader: strip off double quotes around image source if present.John MacFarlane2016-07-01
* | LaTeX writer: don't URI-escape image source.John MacFarlane2016-07-01
* | ZimWiki writer: removed commented out code that confused Haddock.John MacFarlane2016-07-01
|/
* Added Zim Wiki writer, template and tests.Alex Ivkin2016-06-30
* Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal2016-07-01
* Writers: treat SoftBreak as space for strippingJesse Rosenthal2016-07-01
* LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane2016-06-29
* Merge pull request #3001 from tarleb/org-figure-labelJohn MacFarlane2016-06-26
|\
| * Org reader: support figure labelsAlbert Krewinkel2016-06-26
* | Textile reader: Fix overly aggressive interpretation as images.John MacFarlane2016-06-25
* | Fixed RST links with no explicit link text.John MacFarlane2016-06-25
* | Make --webtex work with the Markdown writer.John MacFarlane2016-06-24
* | Process markdown extensions on command line in L->R order.John MacFarlane2016-06-23
|/
* Textile reader: fixed attributes.John MacFarlane2016-06-23
* Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane2016-06-23