aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-20SelfContained: handle @import with quoted string.John MacFarlane1-11/+25
2017-05-20SelfContained: fixed problem with embedded fonts.John MacFarlane1-13/+41
2017-05-19RST writer: add empty comments when needed...John MacFarlane3-3/+46
2017-05-19appveyor.yml - really fixed artifacts.John MacFarlane1-2/+2
2017-05-19appveyor.yml - fix artifacts.John MacFarlane1-4/+4
2017-05-19appveyor.yml: added comment with instructions to reset build cache.John MacFarlane1-0/+6
2017-05-19Revert "appveyor.yml - reset cache when appveyor.yml changes."John MacFarlane1-2/+2
2017-05-19appveyor.yml - reset cache when appveyor.yml changes.John MacFarlane1-2/+2
2017-05-19Fixed appveyor.yml.John MacFarlane1-2/+2
2017-05-19appveyor.yml updates.John MacFarlane1-6/+11
2017-05-19appveyor.yml. Fix WINBIN path.John MacFarlane1-1/+1
2017-05-19appveyor.yml - put stack executable in stack_root.John MacFarlane1-1/+1
2017-05-19appveyor.yml fixes.John MacFarlane1-9/+9
2017-05-19appveyor.yml improvements.John MacFarlane1-17/+16
2017-05-18Org reader: fix smart parsing behaviorAlbert Krewinkel3-12/+17
2017-05-18Fixed appveyor.yml.John MacFarlane1-2/+2
2017-05-18appveyor: attempt two builds, one 32-bit, one 64-bit.John MacFarlane1-1/+4
2017-05-18Don't render LaTeX images with data: URIs.John MacFarlane1-0/+3
2017-05-18Test updates for latex template changes.John MacFarlane1-13/+14
2017-05-18modified template.latex to fix XeLaTex being used with tables (#3661)lwolfsonkin1-14/+15
2017-05-18Update Figure With Caption -> Captioned Figure in MANUAL.txt.John MacFarlane1-1/+1
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian2-3/+3
2017-05-18Don't double extract images from docx.John MacFarlane1-9/+14
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane2-1/+16
2017-05-18Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus3-13/+61
2017-05-18Lua module: allow omitting Attr in element constructorsAlbert Krewinkel1-19/+21
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane2-11/+41
2017-05-17Merge pull request #3676 from labdsf/space-charJohn MacFarlane1-1/+1
2017-05-17Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane5-8/+7
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov5-8/+7
2017-05-17Txt2Tags parser: newline is not indentationAlexander Krotov1-1/+1
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2-3/+3
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel3-210/+263
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane2-3/+3
2017-05-16appveyor.yml: remove manual calls to editbin.John MacFarlane1-5/+0
2017-05-15MANUAL: remove refs to highlighting-kate.John MacFarlane1-2/+2
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane2-2/+18
2017-05-15appveyor.yml: proper editbin path both times...John MacFarlane1-1/+1
2017-05-15Fixed appveyor.yml syntax error.John MacFarlane1-1/+1
2017-05-15appveyor.yml: proper path for editbin.John MacFarlane1-1/+2
2017-05-15appveyor.yml: Don't install hsb2hs.John MacFarlane1-3/+0
2017-05-15appveyor.yml: make executables LARGEADDRESSAWAREJohn MacFarlane1-1/+5
2017-05-15Debian control: updated description.John MacFarlane1-9/+11
2017-05-15Debian control: added latex packages as 'suggested'.John MacFarlane1-0/+2
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth2-3/+3
2017-05-15Merge pull request #3668 from tarleb/copyright-updateJohn MacFarlane74-145/+177
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel8-5/+73
2017-05-14Parsing: add `insertIncludedFilesF` which returns F blocksAlbert Krewinkel1-7/+24
2017-05-14Parsing: introduce `HasIncludeFiles` type classAlbert Krewinkel1-9/+22
2017-05-14Parsing: replace partial with total functionAlbert Krewinkel1-1/+1