Age | Commit message (Expand) | Author | Files | Lines |
2019-02-07 | data/pandoc.lua: re-export List and utils module | Albert Krewinkel | 1 | -0/+4 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -1/+1 |
2019-02-02 | HTML5 template: Add role with ARIA doc-toc for table of contents. | John MacFarlane | 1 | -1/+1 |
2019-01-25 | LaTeX template: Set default listings language for lua, assembler. | John MacFarlane | 1 | -0/+2 |
2019-01-23 | LaTeX template: Restrict `institute` to Beamer (#5219) | Andrew Dunning | 1 | -3/+2 |
2019-01-22 | LaTeX template: Use `footnotehyper` if available (#5234) | Andrew Dunning | 1 | -2/+3 |
2019-01-22 | LaTeX template: Respect `numbersections` for books (#5235) | Andrew Dunning | 1 | -1/+1 |
2019-01-22 | LaTeX template: Fix subtitle spacing (#5244) | Andrew Dunning | 1 | -1/+1 |
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 | 1 | -6/+18 |
2019-01-12 | LaTeX template: Simplify fontspec usage (#5218) | Andrew Dunning | 1 | -9/+8 |
2019-01-11 | LaTeX template: Render \subtitle (#5213) | Andrew Dunning | 1 | -1/+9 |
2019-01-10 | LaTeX template: Prevent scaling of main font (#5212) | Andrew Dunning | 1 | -10/+9 |
2019-01-08 | Add zoomKey config to default.revealjs. | John MacFarlane | 1 | -0/+4 |
2019-01-03 | LaTeX Template: Improve package selections (#5193) | John MacFarlane | 1 | -53/+76 |
2019-01-02 | LaTeX template: Require xcolor | Andrew Dunning | 1 | -1/+1 |
2019-01-02 | EPUB writer: small fixes to nav.xhtml. | John MacFarlane | 1 | -3/+4 |
2019-01-01 | LaTeX template: Supply missing for | Andrew Dunning | 1 | -1/+1 |
2019-01-01 | LaTeX template: Use `bookmark` if available | Andrew Dunning | 1 | -1/+1 |
2019-01-01 | LaTeX template: Reindent | Andrew Dunning | 1 | -46/+71 |
2019-01-01 | LaTeX template: Remove obsolete fixltx2e package | Andrew Dunning | 1 | -1/+0 |
2019-01-01 | LaTeX template: Load xurl if available | Andrew Dunning | 1 | -0/+1 |
2019-01-01 | LaTeX template: Load xcolor if available | Andrew Dunning | 1 | -3/+1 |
2019-01-01 | LaTeX Template: Use Babel for LuaTeX | Andrew Dunning | 1 | -2/+2 |
2018-12-14 | Remove unnecessary type="text/css" on style and link for HTML5. | John MacFarlane | 4 | -9/+9 |
2018-12-11 | template:latex: make @ letter before using it (#5145) | Enno | 1 | -4/+7 |
2018-12-11 | Let KOMA document class handle parskip when applicable (#5143) | Enno | 1 | -6/+7 |
2018-11-29 | sample.lua: add SingleQuoted, DoubleQuoted. | John MacFarlane | 1 | -0/+8 |
2018-11-20 | Additional abbreviations | Andrew Dunning | 1 | -0/+29 |
2018-11-19 | Lua filters: test AST object equality via Haskell | Albert Krewinkel | 1 | -1/+4 |
2018-11-19 | Asciidoc template: add :lang: to title header is lang is set in metadata. | John MacFarlane | 1 | -0/+3 |
2018-11-03 | LaTeX template: add variable romanfont (#4665) | OvidiusCicero | 1 | -0/+3 |
2018-11-03 | AsciiDoc writer: use single-line section headers. | John MacFarlane | 1 | -1/+1 |
2018-10-22 | Add viz. to abbreviations file (#5007) | Nick Fleisher | 1 | -0/+1 |
2018-10-22 | revealjs: typo in the socket.io javascript plugin (#5006) | Yoan Blanc | 1 | -1/+1 |
2018-10-20 | Lua filters: iterate over AST element fields when using `pairs` | Albert Krewinkel | 1 | -0/+58 |
2018-10-15 | Lua pandoc module: ensure MetaList elements behave like Lists | Albert Krewinkel | 1 | -0/+3 |
2018-10-15 | Lua pandoc module: fix MetaList constructor | Albert Krewinkel | 1 | -1/+6 |
2018-10-14 | Custom writer: provide PANDOC_DOCUMENT instead of Setup function | Albert Krewinkel | 1 | -23/+13 |
2018-10-13 | Custom writer: give full access to doc in optional Setup function (#4967) | Albert Krewinkel | 1 | -3/+34 |
2018-10-13 | data/sample.lua: replace custom pipe function with pandoc.utils.pipe | Albert Krewinkel | 1 | -14/+3 |
2018-10-11 | data/pandoc.lua: add datatype ListAttributes | Albert Krewinkel | 1 | -1/+29 |
2018-10-09 | Docx writer: added framework for custom properties. | John MacFarlane | 3 | -2/+5 |
2018-10-06 | Lua filter doc: fix description of Code.text | Albert Krewinkel | 1 | -1/+1 |
2018-10-04 | LaTeX template: add variable hyperrefoptions(#4925) | Mathias Walter | 1 | -1/+1 |
2018-09-22 | Translations/ru | Ivan Trubach | 1 | -9/+9 |
2018-09-10 | Make HTML5 header easier to style precisely in default template (#4767) | J. B. Rainsberger | 1 | -1/+1 |
2018-09-04 | Remove unnecessary indenting of TOC title (#4869) | José de Mattos Neto | 1 | -3/+1 |
2018-08-28 | EPUB writer: set epub:type on body element intelligently. | John MacFarlane | 1 | -1/+1 |
2018-08-25 | Add support for $toc-title$ to LaTeX (and PDF). (#4853) | Wandmalfarbe | 1 | -0/+3 |