Age | Commit message (Expand) | Author | Files | Lines |
2019-01-16 | sample.lua: Add a missing '>' | MichaWiedenmann | 1 | -1/+1 |
2019-01-13 | data/pandoc.lua: auto-fix nested constructor arguments | Albert Krewinkel | 3 | -10/+43 |
2019-01-13 | changelog: clarify and fix task_lists description | Mauro Bieg | 1 | -5/+5 |
2019-01-12 | Update changelog, AUTHORS.md. | John MacFarlane | 2 | -0/+269 |
2019-01-12 | LaTeX template: Simplify fontspec usage (#5218) | Andrew Dunning | 6 | -13/+19 |
2019-01-11 | LaTeX template: Render \subtitle (#5213) | Andrew Dunning | 2 | -42/+37 |
2019-01-10 | Make raw content marked `beamer` work in `beamer` output. | John MacFarlane | 1 | -14/+18 |
2019-01-10 | Make 'plain' RawBlocks work for 'plain' output. | John MacFarlane | 1 | -0/+5 |
2019-01-10 | LaTeX template: Prevent scaling of main font (#5212) | Andrew Dunning | 5 | -14/+9 |
2019-01-09 | RST reader: change treatment of `number-lines` directives. (#5207) | Brian Leung | 5 | -17/+29 |
2019-01-09 | Allow http-client 0.6. | John MacFarlane | 1 | -1/+1 |
2019-01-09 | Beamer writer: avoid duplicated `fragile` property in some cases. | John MacFarlane | 1 | -1/+3 |
2019-01-08 | EPUB writer: ensure that picture transforms are done on metadata too. | John MacFarlane | 1 | -6/+6 |
2019-01-08 | Add zoomKey config to default.revealjs. | John MacFarlane | 1 | -0/+4 |
2019-01-08 | Removed superfluous sourceCode class on code blocks. | John MacFarlane | 12 | -29/+25 |
2019-01-08 | RST reader: handle sourcecode directive as synonynm for code. | John MacFarlane | 1 | -1/+1 |
2019-01-07 | Asciidoc writer: shorter delimiters for tables, blockquotes. | John MacFarlane | 4 | -35/+34 |
2019-01-07 | revealjs writer: fix some section nesting corner cases. | John MacFarlane | 1 | -6/+13 |
2019-01-07 | Org reader: allow for case of :minlevel == 0. | John MacFarlane | 1 | -1/+3 |
2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung | 2 | -4/+7 |
2019-01-07 | TWiki reader: fix performance issue with underscores. | John MacFarlane | 1 | -1/+3 |
2019-01-07 | Clarified automatic identifiers. | John MacFarlane | 1 | -1/+3 |
2019-01-07 | appveyor - use ghc 8.6.2, cabal 2.4.1.0. | John MacFarlane | 1 | -6/+6 |
2019-01-07 | tools/changelog-helper.sh: use %aN instead of %an to respect .mailmap | Alexander Krotov | 1 | -1/+1 |
2019-01-07 | tools/changelog-helper.sh: remove [[ bashism | Alexander Krotov | 1 | -1/+1 |
2019-01-07 | Add .mailmap | Alexander Krotov | 1 | -0/+37 |
2019-01-06 | Add DokuWiki reader (#5108) | Alexander | 6 | -2/+855 |
2019-01-04 | Use toTableOfContents in Powerpoint writer.... | John MacFarlane | 1 | -16/+3 |
2019-01-04 | RTF writer: use toTableOfContents from T.P.W.Shared. | John MacFarlane | 1 | -17/+2 |
2019-01-04 | Implement --toc in commonmark/gfm writers. | John MacFarlane | 2 | -3/+14 |
2019-01-04 | T.P.Writers.Shared - add toTableOfContents (API change). | John MacFarlane | 2 | -22/+25 |
2019-01-04 | Cleaned up findPandoc. | John MacFarlane | 1 | -11/+5 |
2019-01-04 | Tests: Fix findPandoc to work with Windows. | John MacFarlane | 2 | -0/+7 |
2019-01-04 | Fix findPandoc so it works with cabalv2. | John MacFarlane | 2 | -9/+28 |
2019-01-03 | MANUAL: Update list of latex packages used. | John MacFarlane | 1 | -1/+16 |
2019-01-03 | LaTeX Template: Improve package selections (#5193) | John MacFarlane | 5 | -117/+145 |
2019-01-02 | LaTeX template: Require xcolor | Andrew Dunning | 5 | -5/+5 |
2019-01-02 | Removed custom Setup.hs, use build-type: simple. | John MacFarlane | 2 | -41/+2 |
2019-01-02 | A trivial change to document the addition of `task_lists`. | John MacFarlane | 1 | -1/+0 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 11 | -20/+247 |
2019-01-02 | EPUB writer: small fixes to nav.xhtml. | John MacFarlane | 2 | -3/+5 |
2019-01-02 | Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`. | John MacFarlane | 2 | -1/+8 |
2019-01-02 | Manual: make it clear that `hard_line_breaks` works in gfm. | John MacFarlane | 1 | -4/+4 |
2019-01-01 | LaTeX template: Supply missing for | Andrew Dunning | 1 | -1/+1 |
2019-01-01 | Update LaTeX tests | Andrew Dunning | 4 | -64/+69 |
2019-01-01 | LaTeX template: Use `bookmark` if available | Andrew Dunning | 1 | -1/+1 |
2019-01-01 | Zimwiki writer: remove automatic colon prefix before internal images (#5183) | damien clochard | 2 | -8/+4 |
2019-01-01 | Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183) | damien clochard | 3 | -9/+5 |
2019-01-01 | Org reader: fix self-link parsing regression | Albert Krewinkel | 2 | -5/+10 |
2019-01-01 | Org reader: fix treatment of links to images | Albert Krewinkel | 3 | -26/+33 |