aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-22EPUB reader: don't add root path to data: URIs.John MacFarlane1-1/+3
2016-10-22"Merge" MANUAL.txt into README.md (#3167)ickc2-17/+34
2016-10-19Merge pull request #3158 from ickc/COPY-LICENSEJohn MacFarlane7-351/+366
2016-10-19Merge pull request #3108 from tarleb/partJohn MacFarlane9-56/+208
2016-10-19Add option for top-level division typeAlbert Krewinkel9-77/+210
2016-10-19Download markdown version of the license from GNU and rename to `COPYING.md`Kolen Cheung7-351/+366
2016-10-19Merge pull request #3168 from hubertp-lshift/feature/odt-image-with-captionJohn MacFarlane3-4/+8
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