aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-16Update changelog.John MacFarlane1-0/+3
2018-09-16MANUAL: use https for context wiki links.John MacFarlane1-11/+11
2018-09-16Markdown reader: example_lists should work without startnum.John MacFarlane2-1/+19
2018-09-16Use released version of pandoc-citeproc (0.14.4).John MacFarlane4-7/+4
2018-09-16linux/Dockerfile: Use more recent (unofficial) stack.John MacFarlane1-4/+5
2018-09-16'make winpkg': Fixed creation of zips.John MacFarlane1-8/+10
2018-09-16Makefile: fix creation of windows zip.John MacFarlane1-1/+1
2018-09-16Linux Dockerfile: try upgrading stack.John MacFarlane1-0/+2
2018-09-16Remove upx stuff from Dockerfile.John MacFarlane1-3/+0
2018-09-16Fix 'make winpkg'.John MacFarlane1-2/+2
2018-09-16Update manual date and man page.John MacFarlane2-24/+188
2018-09-16Update changelog, AUTHORS.md.John MacFarlane2-0/+237
2018-09-16Muse writer: replace newlines in strings with spacesAlexander Krotov2-1/+8
2018-09-16Merge pull request #4906 from chris-martin/patch-2John MacFarlane1-1/+1
2018-09-16Muse writer: output headers without asterisks if not on the top levelAlexander Krotov1-2/+3
2018-09-15Fix haddock on 'Ext_footnotes'Chris Martin1-1/+1
2018-09-15Merge pull request #4604 from mb21/yaml-fileJohn MacFarlane6-50/+150
2018-09-15Docx writer: add MetaString case for abstract, subtitle (#4905)Mauro Bieg1-0/+2
2018-09-15MANUAL: clarify that --biblatex/--natbib don't work directly for PDF.John MacFarlane1-5/+6
2018-09-15add test for --metadata-filemb213-0/+20
2018-09-15introduce --metadata-file optionmb213-3/+44
2018-09-15Markdown Reader: factor out yamlMapmb211-40/+27
2018-09-15Markdown Reader: factor out yamlBsToMetamb211-4/+8
2018-09-15Markdown Reader: rename yamlToMeta to yamlToMetaValuemb211-9/+9
2018-09-15add test yaml-metadata-blocks.mdmb211-0/+48
2018-09-14MANUAL.txt epub:type attribute (#4901)Mauro Bieg1-0/+40
2018-09-13Another try at skipping round-trip tests in CI.John MacFarlane1-9/+9
2018-09-13Revert TESTPATTERN stuff from .travis.yml.John MacFarlane1-9/+9
2018-09-13Update stack.lts9.yaml.John MacFarlane1-3/+8
2018-09-12Muse writer: never wrap definition list termsAlexander Krotov1-1/+1
2018-09-11Enable tables in HTML round trip testAlexander Krotov1-1/+0
2018-09-11HTML reader tests: accept Blocks in round trip testAlexander Krotov1-2/+2
2018-09-11Muse reader tests: accept Blocks instead of Block in round trip testAlexander Krotov1-2/+2