aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...John MacFarlane2-13/+32
2015-02-07Merge pull request #1925 from timtylin/patch/prettyLineBreaksJohn MacFarlane13-13/+21
2015-02-06Texinfo writer: fix wrapping by using breakable spacesTim Lin2-13/+32
2015-02-04Append newline to the LineBreak of various writersTim Lin13-13/+21
2015-02-02Textile reader: table improvements.John MacFarlane1-16/+14
2015-02-01LaTeX writer: Don't escape $ in URL. Closes #1913.John MacFarlane1-1/+1
2015-02-01HTML writer: Add "inline" or "display" class to math spans.John MacFarlane5-67/+70
2015-01-30Merge pull request #1912 from zudov/missing_altMatthew Pickering1-10/+3
2015-01-29Refactored `if x then [] else y` to `[y | not x]`Konstantin Zudov1-6/+2
2015-01-29Do not ommit missing `alt` attribute on `img` tagKonstantin Zudov1-4/+1
2015-01-27Fixed list-style-type for numbered example lists.John MacFarlane1-1/+3
2015-01-26Add Installed-Size to debian package control file.John MacFarlane2-1/+5
2015-01-25Merge pull request #1885 from mb21/html-reader-tablesJohn MacFarlane3-12/+397
2015-01-25fixes #1859 HTML Reader table parsingmb213-12/+397
2015-01-22LaTeX reader: don't limit includes to .tex extension.John MacFarlane1-2/+8
2015-01-21Docx Reader: Add test for VML images.Jesse Rosenthal3-0/+8
2015-01-21Docx: Parse images in deprecated vml format.Jesse Rosenthal1-0/+10
2015-01-20revealjs template - link to non-minified css, js.John MacFarlane1-7/+7
2015-01-19Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.John MacFarlane1-0/+3
2015-01-18Custom writer: Raise `PandocLuaException` instead of using 'error'.John MacFarlane1-2/+9
2015-01-18Custom writer: raise error if loadstring returns an error status.John MacFarlane1-1/+6
2015-01-18Merge pull request #1888 from mpickering/errormsgJohn MacFarlane1-1/+2
2015-01-19Better warning when trying to read multiple binary filesMatthew Pickering1-1/+2
2015-01-17EPUB writer: properly handle internal links to IDs in spans, divs.John MacFarlane1-11/+18
2015-01-12Remove SourceCode style from reference.docx.John MacFarlane1-0/+0
2015-01-11Merge pull request #1870 from mb21/fix-xelatex-recommendationMatthew Pickering1-2/+3
2015-01-11don't log Try xelatex if xelatex already in use, closes #1832mb211-2/+3
2015-01-04Merge pull request #1856 from markwright/masterJohn MacFarlane15-26/+34
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-1/+1
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-3/+3
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+1
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-6/+6
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-1/+1
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+1
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+1
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-1/+1
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-2/+2
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+1
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+2
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-3/+4
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-2/+2
2015-01-05Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc...Mark Wright1-1/+7
2015-01-05Allow haddock-library 1.2Mark Wright1-1/+1
2015-01-03Minor reformatting of CONTRIBUTING.md.John MacFarlane1-28/+27
2015-01-03Merge pull request #1853 from mpickering/contribJohn MacFarlane1-0/+37
2015-01-03Updated CONTRIBUTING.md with information about issue tagsMatthew Pickering1-0/+37
2015-01-01LaTeX reader: handle `tabular*` environment.John MacFarlane1-3/+5
2014-12-31SelfContained: Add `;charset=utf-8` to script mime type if missing.John MacFarlane1-1/+4
2014-12-28EPUB templates: use div, not p, for "rights" on title page.John MacFarlane1-6/+7
2014-12-26Added `--verbose` flag for debugging output in PDF production.John MacFarlane4-10/+42