aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Image with a caption needs special formattingHubert Plociniczak3-4/+8
2016-10-18Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane3-4/+3
2016-10-18Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane8-40/+158
2016-10-18Better fix for the problem with ghc 7.8.John MacFarlane1-1/+3
2016-10-18Try to fix build error on ghc 7.8.John MacFarlane1-1/+1
2016-10-18Setup.hs - removed some unneeded imports.John MacFarlane1-5/+1
2016-10-18Added pandoc-citeproc back to extra-deps in stack.yaml.John MacFarlane3-0/+3
2016-10-18Use lts-7.4 resolver.John MacFarlane5-12/+5
2016-10-18stack.yaml - use latest pandoc-types.John MacFarlane4-4/+4
2016-10-18Issue 3143: Don't duplicate text for anchorsHubert Plociniczak3-4/+3
2016-10-18Allow latest HUnit.John MacFarlane1-1/+1
2016-10-18Travis tweaks.John MacFarlane1-3/+3
2016-10-17Org writer: drop space before footnote markersAlbert Krewinkel2-5/+5
2016-10-17Use bind function instead of pattern matchingHubert Plociniczak1-4/+1
2016-10-17Minor refactoringHubert Plociniczak1-10/+6
2016-10-17Infer caption from the text following the imgHubert Plociniczak5-22/+54
2016-10-17RST reader: Add test for space-before-note.Jesse Rosenthal1-0/+9
2016-10-17RST reader: skip whitespace before note.Jesse Rosenthal1-2/+3
2016-10-17Bump pandoc-types versions to 1.17.0.3 in stack.yaml.John MacFarlane4-4/+4
2016-10-17Use pandoc-types 1.17.0.2 in stack.yaml.John MacFarlane4-7/+4
2016-10-17Try travis build with latest dev pandoc-types.John MacFarlane1-1/+4
2016-10-17BUmp pandoc-types version in stack.yamls.John MacFarlane4-4/+4
2016-10-16Update stack.yamls to use pandoc-types 1.17 release.John MacFarlane4-6/+4
2016-10-16Travis: fixed --flag argument in stack.John MacFarlane1-2/+2
2016-10-15Travis: Use fast flag for aeson.John MacFarlane1-3/+3
2016-10-14Org reader: allow figure with empty captionAlbert Krewinkel2-3/+7
2016-10-14Remove Tests.ArbitraryJesse Rosenthal19-212/+17
2016-10-14Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-valueJohn MacFarlane8-16/+24
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak7-3/+4
2016-10-14Travis: test with lts-7 not lts-6.John MacFarlane2-21/+5
2016-10-13Use latest pandoc-types in windows/stack.yaml.John MacFarlane1-1/+1
2016-10-13Use newest pandoc-types from repo.John MacFarlane1-1/+1
2016-10-13Markdown writer: Abstract out note/ref function.Jesse Rosenthal1-28/+22
2016-10-13Use latest pandoc-citeproc in stack.yamls.John MacFarlane3-3/+3
2016-10-13Update stack.yaml files.John MacFarlane5-12/+4
2016-10-13Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane2-18/+2
2016-10-13Revert "Remove http-client CPP conditionals."John MacFarlane1-1/+10
2016-10-13Document `biblio-title` variable in MANUAL.txt.John MacFarlane1-2/+4
2016-10-13Updated stack.yaml and windows/stack.yaml to use latest pandoc-types.John MacFarlane2-2/+10
2016-10-13Merge pull request #3072 from tarleb/lineblockJohn MacFarlane35-61/+157
2016-10-13Bump required pandoc-types version to 1.17Albert Krewinkel1-5/+5
2016-10-13Allow empty lines when parsing line blocksAlbert Krewinkel1-2/+5
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel8-26/+34
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel24-28/+102
2016-10-13Shared: add function combining lines using LineBreakAlbert Krewinkel1-0/+11
2016-10-12[ODT Parser] Include list's starting valueHubert Plociniczak2-13/+20
2016-10-12Basic support for images in ODT documentsHubert Plociniczak4-38/+131
2016-10-12MANUAL: Made formatting of arguments with several options consistent.John MacFarlane1-2/+2
2016-10-12Note on --reference-links about --reference-location.John MacFarlane1-1/+3
2016-10-12Merge pull request #3159 from jkr/refsJohn MacFarlane5-87/+313