aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-24appveyor - comment out 64-bit build for now, add semicolons.John MacFarlane1-14/+14
2018-09-24appveyor - remove stack i386 build.John MacFarlane1-11/+11
2018-09-24appveyor - another attempt.John MacFarlane1-12/+10
2018-09-24Revert "appveyor: Try without echo "" hack."John MacFarlane1-2/+2
2018-09-24appveyor: Try without echo "" hack.John MacFarlane1-2/+2
2018-09-24appveyor - fix typo.John MacFarlane1-1/+1
2018-09-24appveyor - use ps.John MacFarlane1-12/+12
2018-09-24appveyor.yml - another tweak.John MacFarlane1-5/+6
2018-09-24appveyor.yml - fix env variables.John MacFarlane1-2/+2
2018-09-24appveyor.yml - use proper windows conditional syntax.John MacFarlane1-8/+6
2018-09-24Fix appveyor.yaml env variable.John MacFarlane1-1/+1
2018-09-24stack.yamls: use latest hslua.John MacFarlane3-0/+6
2018-09-24appveyor.yml - try adding cabal 8.6.1.1 build.John MacFarlane1-11/+33
2018-09-24Use hslua v1.0.0Albert Krewinkel14-318/+266
2018-09-24Merge pull request #4921 from pyssling/masterJohn MacFarlane2-105/+113
2018-09-24Merge pull request #4931 from ajscholl/masterJohn MacFarlane1-2/+4
2018-09-24RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail inst...Jonas Scholl1-2/+4
2018-09-24Muse reader: replace inlineList with inline'Alexander Krotov1-29/+29
2018-09-24Muse reader: replace `optionMaybe` and `fromMaybe` with `option`Alexander Krotov1-2/+2
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson2-105/+113
2018-09-22LaTeX writer: fix a use of `last` that might take empty list.John MacFarlane1-3/+3
2018-09-22Merge pull request #4927 from tie/patch-1John MacFarlane1-9/+9
2018-09-22Update changelog.John MacFarlane1-0/+50
2018-09-22Translations/ruIvan Trubach1-9/+9
2018-09-22Muse reader tests: more testsAlexander Krotov1-0/+12
2018-09-21Muse reader: simplify tag parsersAlexander Krotov1-21/+19
2018-09-21Muse reader: use isAlphaNum instead of isLetter and isDigitAlexander Krotov1-2/+2
2018-09-21Muse reader: do not allow code markup to be followed by digitAlexander Krotov2-2/+6
2018-09-21Muse reader: simplify ordered list parsingAlexander Krotov1-11/+4
2018-09-21Muse reader: rewrite headingStart in applicative styleAlexander Krotov1-7/+5
2018-09-21Muse reader: refactoringAlexander Krotov1-18/+21
2018-09-20Fix compiler warning.John MacFarlane1-1/+1
2018-09-21Muse reader: simplify <literal> tag parsersAlexander Krotov1-17/+9
2018-09-21Muse reader: cleanup and conversion to applicative styleAlexander Krotov1-95/+75
2018-09-21Muse reader: simplify lchopAlexander Krotov1-3/+2
2018-09-20RST reader: fix bug with internal link targets.John MacFarlane2-1/+15
2018-09-20ConTeXt writer: change `\` to `/` in Windows image paths.John MacFarlane1-1/+6
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane14-38/+73
2018-09-19Lua filter tests: produce better error on test failureAlbert Krewinkel1-2/+2
2018-09-19Lua filter: cleanup filter execution codeAlbert Krewinkel1-51/+73
2018-09-19Muse reader: parse Text instead of StringAlexander Krotov1-3/+5
2018-09-19hlint Muse readerAlexander Krotov1-6/+5
2018-09-19Muse reader: get rid of HTML parser dependencyAlexander Krotov1-5/+13
2018-09-19Muse reader: use openTag and closeTag everywhereAlexander Krotov1-4/+4
2018-09-19Muse reader: make openTag return association listAlexander Krotov1-5/+5
2018-09-19Muse reader: add openTag and closeTag functionsAlexander Krotov1-18/+19
2018-09-18Add .options class to option headers in manual.John MacFarlane1-7/+7
2018-09-18Merge pull request #4914 from danse/4912-2John MacFarlane2-1/+4
2018-09-18parse rST inlines containing newlines closing #4912danse2-1/+4
2018-09-16Makefile: Fix executable path in trypandoc target.John MacFarlane1-1/+1