Age | Commit message (Expand) | Author | Files | Lines |
2019-01-23 | Removed superfluous import. | John MacFarlane | 1 | -1/+0 |
2019-01-22 | Support ipynb (Jupyter notebook) as input and output format. | John MacFarlane | 13 | -9/+638 |
2019-01-22 | LaTeX reader: support `\endinput`. Closes #5233. | John MacFarlane | 2 | -0/+10 |
2019-01-22 | LaTeX template: Use `footnotehyper` if available (#5234) | Andrew Dunning | 2 | -6/+8 |
2019-01-22 | LaTeX template: Respect `numbersections` for books (#5235) | Andrew Dunning | 5 | -5/+5 |
2019-01-22 | Clarify that $ must come right before $. (#5243) | Lev E. Givon | 1 | -0/+3 |
2019-01-22 | Man reader: fix typo. (#5245) | Brian Leung | 1 | -3/+3 |
2019-01-22 | LaTeX template: Fix subtitle spacing (#5244) | Andrew Dunning | 1 | -1/+1 |
2019-01-21 | HTML and markdown: treat textarea as a verbatim environment. | John MacFarlane | 3 | -8/+22 |
2019-01-21 | Mention `raw_attribute` in documentation for `raw_html` and `raw_tex`. | John MacFarlane | 1 | -0/+7 |
2019-01-20 | LaTeX reader: allow includes with dots like cc_by_4.0. | John MacFarlane | 1 | -3/+5 |
2019-01-20 | LaTeX reader: cleaned up 'input' code. | John MacFarlane | 1 | -10/+5 |
2019-01-17 | odt writer: fix typo in custom properties (#5231) | Agustín Martín Barbero | 1 | -2/+2 |
2019-01-16 | Fix tests for sample custom writer tables | Albert Krewinkel | 1 | -7/+7 |
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 |