Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-08-16 | TEI template: improve publicationStmt. | John MacFarlane | 1 | -1/+15 |
2018-08-16 | TEI improvements. | John MacFarlane | 1 | -3/+1 |
2018-08-16 | LaTeX writer/template: be sensitive to `filecolor` variable. | John MacFarlane | 1 | -0/+1 |
2018-08-15 | Support "toc-title" in the beamer template. (#4835) | Cyril Roelandt | 1 | -0/+3 |
2018-08-01 | RST writer: use `titleblock` instead of `title` variable for title block | Francesco Occhipinti | 1 | -2/+2 |
2018-07-21 | Moved some beamer code in default.latex template. | John MacFarlane | 1 | -37/+35 |
2018-07-18 | Add missing rollingLinks option to revealjs template (#4778) | Igor Khorlo | 1 | -0/+4 |
2018-07-12 | Translations/fr (#4766) | lux-lth | 1 | -10/+10 |
2018-06-25 | Texinfo writer: use @sup and @sub instead of custom macros | Alexander Krotov | 1 | -22/+0 |
2018-06-12 | reveal.js writer and template: reuse mathjax URL... | John MacFarlane | 1 | -1/+1 |
2018-06-08 | pandoc.lua: fix a typo (#4692) | Felix Yan | 1 | -1/+1 |
2018-06-02 | Support --number-sections in RST output... | John MacFarlane | 1 | -0/+4 |
2018-05-01 | new Greek fallback typeface (would fix #4405) (#4605) | Pablo Rodríguez | 1 | -1/+1 |
2018-05-01 | Make template polyglot (#4606) | OvidiusCicero | 1 | -1/+1 |
2018-04-26 | Add background-image variable to default.latex (#4601) | John Muccigrosso | 1 | -0/+5 |
2018-04-26 | Adding background-image variable to reveal.js template (#4600) | John Muccigrosso | 1 | -0/+5 |
2018-04-25 | Ms template: Fix date. | John MacFarlane | 1 | -1/+4 |
2018-04-25 | Removed deprecated ancient HTML math methods. | John MacFarlane | 1 | -198/+0 |
2018-04-24 | Powerpoint writer: Remove docProps/thumbnail.jpeg in data dir. | Jesse Rosenthal | 1 | -0/+0 |
2018-04-12 | Fix bash completion for `--print-default-data-file`. | John MacFarlane | 1 | -3/+3 |
2018-03-30 | Add -V beameroption variable (#4359) | Étienne BERSAC | 1 | -0/+4 |
2018-03-17 | ConTeXt template: pdfa variable to generate PDF/A (#4294) | Henri Menke | 1 | -0/+7 |
2018-03-17 | Provide `bidi` package's option using `\PassOptionsToPackage` (#4357). | Václav Haisman | 1 | -6/+3 |
2018-02-18 | Powerpoint writer: Move notes slides into data tree. | Jesse Rosenthal | 30 | -23/+37 |
2018-02-08 | rst template: remove definition of 'math' role as raw. | John MacFarlane | 1 | -6/+0 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -1/+1 |
2018-01-19 | Merge pull request #4221 from phikal/master | John MacFarlane | 1 | -0/+4 |
2018-01-15 | ConTeXt writer: Use xtables instead of Tables (#4223) | Henri Menke | 1 | -0/+5 |
2018-01-13 | data/pandoc.lua: add attr, listAttributes accessors | Albert Krewinkel | 1 | -11/+14 |
2018-01-13 | data/pandoc.lua: accept single block as singleton list | Albert Krewinkel | 1 | -19/+28 |
2018-01-13 | data/pandoc.lua: accept singleton inline as a list | Albert Krewinkel | 1 | -16/+30 |
2018-01-13 | data/pandoc.lua: drop _VERSION | Albert Krewinkel | 1 | -3/+0 |
2018-01-09 | data/pandoc.lua: fix access to Attr components | Albert Krewinkel | 1 | -6/+4 |