Age | Commit message (Expand) | Author | Files | Lines |
2018-12-16 | Update stack resolver. | John MacFarlane | 1 | -3/+1 |
2018-12-14 | Remove unnecessary type="text/css" on style and link for HTML5. | John MacFarlane | 7 | -14/+14 |
2018-12-13 | Man/Ms writers: don't escape `-` as `\-`. | John MacFarlane | 3 | -20/+19 |
2018-12-12 | ICML writer: support custom-styles (#5137) | Mauro Bieg | 2 | -11/+20 |
2018-12-11 | template:latex: make @ letter before using it (#5145) | Enno | 5 | -20/+35 |
2018-12-11 | INSTALL: make text on button bigger. | John MacFarlane | 1 | -2/+3 |
2018-12-11 | INSTALL.md: use HTML for download button. | John MacFarlane | 1 | -2/+3 |
2018-12-11 | fix various links in INSTALL.md; bump required stack version (#5144) | max | 1 | -15/+15 |
2018-12-11 | Let KOMA document class handle parskip when applicable (#5143) | Enno | 5 | -30/+35 |
2018-12-10 | Docx: add test for lists with level overrides. | Jesse Rosenthal | 3 | -0/+41 |
2018-12-10 | Docx: handle level overrides. | Jesse Rosenthal | 1 | -6/+17 |
2018-12-10 | Docx: add a levelOverride type. | Jesse Rosenthal | 1 | -3/+20 |
2018-12-10 | Docx writer: Make Level into a real type. | Jesse Rosenthal | 2 | -4/+6 |
2018-12-10 | Fix CSS and viewport on try pandoc index.html. | John MacFarlane | 1 | -4/+10 |
2018-12-10 | ICML writer: support unnumbered headers | mb21 | 1 | -2/+5 |
2018-12-09 | Merge pull request #5138 from katrinleinweber/patch-1 | Mauro Bieg | 1 | -2/+2 |
2018-12-09 | Fix typos | Katrin Leinweber | 1 | -2/+2 |
2018-12-05 | RST writer: don't wrap simple table header lines. | John MacFarlane | 2 | -1/+19 |
2018-12-04 | Strip out illegal XML characters in escapeXMLString. | John MacFarlane | 2 | -1/+15 |
2018-12-03 | Allow latest zip-archive. | John MacFarlane | 1 | -2/+2 |
2018-12-03 | Markdown writer: include needed whitespace after HTML figure. | John MacFarlane | 2 | -1/+14 |
2018-12-02 | Use compatible version of pandoc-citeproc. | John MacFarlane | 2 | -1/+2 |
2018-12-02 | Allow tasty 1.2 | John MacFarlane | 1 | -1/+1 |
2018-12-01 | stack.yaml - use skylighting 0.7.5. | John MacFarlane | 1 | -2/+2 |
2018-12-01 | Require skylighting >= 0.7.5. | John MacFarlane | 1 | -1/+1 |
2018-11-30 | Fix missing word | Andrew Dunning | 1 | -1/+1 |
2018-11-30 | Improve installation notes on associated software | Andrew Dunning | 1 | -12/+39 |
2018-11-30 | Fix warnings in Text.Pandoc.Process. | John MacFarlane | 1 | -2/+5 |
2018-11-30 | Text.Pandoc.Process: update pipeProcess | Albert Krewinkel | 1 | -31/+60 |
2018-11-29 | Improve error message for UTF-8 decoding errors. | John MacFarlane | 1 | -6/+17 |
2018-11-29 | Add PandocUTF8DecodingError constructor for PandocError. | John MacFarlane | 1 | -0/+7 |
2018-11-29 | Man reader: use mapLeft from Shared. | John MacFarlane | 1 | -6/+1 |
2018-11-29 | Fix progit book url | Julien Kirch | 1 | -2/+2 |
2018-11-29 | Bump to version 2.6 because of API change in read/writeJSON. | John MacFarlane | 1 | -1/+1 |
2018-11-29 | Changed types of writeJSON and readJSON. | John MacFarlane | 2 | -11/+10 |
2018-11-29 | INSTALL.md: Small wording tweak. | John MacFarlane | 1 | -2/+2 |
2018-11-29 | LaTeX reader: Support \inputminted (closes #5103). | John MacFarlane | 1 | -2/+21 |
2018-11-29 | Fix custom tests. | John MacFarlane | 1 | -8/+8 |
2018-11-29 | sample.lua: add SingleQuoted, DoubleQuoted. | John MacFarlane | 1 | -0/+8 |
2018-11-27 | MediaWiki writer: fix caption, use 'thumb' instead of 'frame'. | John MacFarlane | 2 | -18/+34 |
2018-11-27 | INSTALL.md: Use button for installer links. | John MacFarlane | 1 | -1/+2 |
2018-11-27 | update INSTALL.md | Mauro Bieg | 1 | -3/+4 |
2018-11-27 | simplify INSTALL.md | Mauro Bieg | 1 | -12/+23 |
2018-11-26 | Update linux Dockerfile to use cabal new-build. | John MacFarlane | 1 | -19/+14 |
2018-11-25 | Update README.md. | John MacFarlane | 1 | -0/+2 |
2018-11-25 | Update changelog. | John MacFarlane | 1 | -0/+194 |
2018-11-25 | Added test for #5053. | John MacFarlane | 1 | -0/+14 |
2018-11-25 | Fix parsing of citations and quotes after parentheses. | John MacFarlane | 4 | -19/+17 |
2018-11-24 | Update date in manual and update man page. | John MacFarlane | 2 | -16/+91 |
2018-11-24 | EPUB writer: handle calibre metadata. | John MacFarlane | 1 | -1/+22 |