Age | Commit message (Expand) | Author | Files | Lines |
2019-09-08 | Emit warning on `-f latex -o out.pdf` (#5736) | Mauro Bieg | 2 | -0/+14 |
2019-09-06 | Makefile: ghci target | John MacFarlane | 1 | -1/+4 |
2019-09-06 | hierarchicalize: ensure that sections get ids... | John MacFarlane | 2 | -11/+15 |
2019-09-06 | Improve detection of headings in Divs by hierarchicalize. | John MacFarlane | 2 | -6/+9 |
2019-09-05 | Shared.hierarchicalize: improve handling of div and section structure. | John MacFarlane | 2 | -4/+69 |
2019-09-05 | Roff reader: Better support for 'while'. | John MacFarlane | 1 | -0/+3 |
2019-09-05 | Add dependency on skylighting-core in cabal file. | John MacFarlane | 1 | -0/+1 |
2019-09-05 | Small cleanups in Makefile. | John MacFarlane | 3 | -8/+7 |
2019-09-05 | Makefile - remove references to obsolete flag. | John MacFarlane | 1 | -3/+3 |
2019-09-05 | Add CSS for hanging-indent div to epub.css. | John MacFarlane | 1 | -0/+1 |
2019-09-05 | Add div.hanging-indent CSS to HTML templates. | John MacFarlane | 8 | -0/+8 |
2019-09-05 | Add partial styles.html in HTML5 template. | John MacFarlane | 18 | -241/+179 |
2019-09-05 | Roff reader: improve handling of groups. | John MacFarlane | 1 | -4/+2 |
2019-09-04 | asciidoc writer: don't include `+` in code blocks for regular asciidoc. | John MacFarlane | 2 | -8/+13 |
2019-09-04 | Roff reader: Fix problem parsing comments before macro. | John MacFarlane | 1 | -2/+0 |
2019-09-04 | Roff reader: more improvements in parsing conditionals. | John MacFarlane | 1 | -3/+4 |
2019-09-04 | Roff readers: better parsing of groups. | John MacFarlane | 3 | -10/+13 |
2019-09-03 | SelfContained: omit content-type on type attribute for `<style>`. | John MacFarlane | 1 | -5/+8 |
2019-09-03 | Further mod to hanging indent code in latex template. | John MacFarlane | 1 | -2/+0 |
2019-09-03 | Slight improvements to hanging indent code in latex template. | John MacFarlane | 1 | -4/+7 |
2019-09-03 | XML: change toEntities to emit numerical hex character references. | John MacFarlane | 2 | -4/+5 |
2019-09-02 | LaTeX writer: use `cslreferences` environment for csl bibliographies. | John MacFarlane | 2 | -3/+25 |
2019-09-02 | Use latest pandoc-citeproc. | John MacFarlane | 2 | -2/+2 |
2019-09-02 | LaTeX reader: don't try to parse includes if raw_tex is set. | John MacFarlane | 2 | -10/+15 |
2019-09-02 | HTML writer: use numeric character references with `--ascii`. | John MacFarlane | 2 | -7/+3 |
2019-09-02 | LaTeX reader: properly handle optional arguments for macros. | John MacFarlane | 3 | -2/+10 |
2019-09-02 | LaTeX writer: strip off `{}` around locator for biblatex/natbib output. | John MacFarlane | 1 | -1/+7 |
2019-09-02 | Use doctemplates 0.6. | John MacFarlane | 3 | -9/+2 |
2019-08-31 | html2pdf: ensure temp file is deleted... | John MacFarlane | 1 | -34/+35 |
2019-08-27 | LaTeX reader: fix `\\` in `\parbox` inside a table cell. | John MacFarlane | 2 | -3/+31 |
2019-08-27 | Markdown reader: Headers: don't parse content over newline boundary. | John MacFarlane | 2 | -4/+28 |
2019-08-27 | Add stateAllowLineBreaks to ParserState. [API change] | John MacFarlane | 1 | -0/+2 |
2019-08-27 | PowerPoint writer: Start numbering at appopriate numbers. | Jesse Rosenthal | 5 | -4/+21 |
2019-08-26 | Comment out ghc 8.8.1 build for now. | John MacFarlane | 1 | -1/+2 |
2019-08-26 | Simplify stack.yaml after cabal file changes. | John MacFarlane | 1 | -1/+1 |
2019-08-26 | Cabal cleanup (#5693) | Albert Krewinkel | 2 | -24/+11 |
2019-08-26 | parseFromString': reset stateLastStrPos to Nothing before parse. | John MacFarlane | 1 | -0/+1 |
2019-08-26 | Use parseFromString' in Muse reader. | John MacFarlane | 1 | -1/+1 |
2019-08-26 | Fix inline parsing in grid table cells. | John MacFarlane | 3 | -16/+18 |
2019-08-26 | Add test for issue #5708. | John MacFarlane | 1 | -0/+12 |
2019-08-26 | Add ghc 8.8.1 to CI. | John MacFarlane | 1 | -0/+7 |
2019-08-25 | Use dev version of doctemplates. | John MacFarlane | 2 | -1/+7 |
2019-08-25 | Better message for PandocTemplateError. | John MacFarlane | 1 | -1/+1 |
2019-08-25 | Makefile: add ghcid target. | John MacFarlane | 1 | -1/+4 |
2019-08-25 | Update cabal.project to use released doctemplates. | John MacFarlane | 1 | -5/+0 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 61 | -3737/+3212 |
2019-08-25 | Got benchmarks working with ipynb. | John MacFarlane | 1 | -2/+17 |
2019-08-25 | Don't add a newline if there's already one. | John MacFarlane | 1 | -4/+5 |
2019-08-24 | Change optMetadataFile type from Maybe to List (#5702) | Owen McGrath | 8 | -12/+25 |
2019-08-23 | Use released pandoc-types. | John MacFarlane | 2 | -6/+1 |