aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-20Org writer: translate language identifiersAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure link targets are paths or URLsAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure blank line after figureAlbert Krewinkel1-1/+1
2016-08-18Org writer: remove blank line after figure captionAlbert Krewinkel1-3/+2
2016-08-15Docx Writer: change dynamic style keyJesse Rosenthal1-1/+1
2016-08-15Docx writer: Inject text properties as well.Jesse Rosenthal1-3/+20
2016-08-15Docx Writer: Keep track of dynamic text props too.Jesse Rosenthal1-0/+3
2016-08-15Docx writer: Allow dynamic styles on spans.Jesse Rosenthal1-1/+5
2016-08-15Docx writer: Inject new paragraph propertiesJesse Rosenthal1-4/+23
2016-08-15StyleMap: export functions on StyleMap instancesJesse Rosenthal1-0/+2
2016-08-15Docx Writer: Have state keep track of dynamic styles.Jesse Rosenthal1-2/+6
2016-08-13Docx Writer: Implement user-defined styles.Jesse Rosenthal1-0/+6
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