Age | Commit message (Expand) | Author | Files | Lines |
2021-12-11 | Custom reader: pass list of sources instead of concatenated text | Albert Krewinkel | 1 | -1/+1 |
2021-11-27 | Lua: use package pandoc-lua-marshal (#7719) | Albert Krewinkel | 2 | -389/+0 |
2021-11-11 | JATS template: fix incomplete previous commit | Albert Krewinkel | 2 | -1/+2 |
2021-11-11 | JATS template: fix equal-contrib attribute | Albert Krewinkel | 1 | -2/+1 |
2021-11-08 | Remove some extra stuff from data/creole.lua. | John MacFarlane | 1 | -7/+0 |
2021-11-08 | Add disableLayout variable in revealjs template | Christophe Dervieux | 1 | -1/+1 |
2021-11-07 | Replace old sample custom reader with a full-featured reader for creole. | John MacFarlane | 2 | -87/+197 |
2021-11-06 | Pass ReaderOptions to custom readers as second parameter. | John MacFarlane | 1 | -1/+1 |
2021-11-06 | Fuller sample custom reader. | John MacFarlane | 1 | -20/+63 |
2021-11-05 | Add interface for custom readers written in Lua. (#7671) | John MacFarlane | 1 | -0/+44 |
2021-11-03 | Update bash_completion.tpl | S.P.H | 1 | -2/+10 |
2021-11-01 | Lua: load module `pandoc.path` on startup | Albert Krewinkel | 1 | -0/+1 |
2021-11-01 | Lua: restore List behavior of MetaList | Albert Krewinkel | 1 | -0/+1 |
2021-10-29 | Lua: use hslua module abstraction where possible | Albert Krewinkel | 1 | -115/+5 |
2021-10-26 | Lua: marshal SimpleTable values as userdata objects | Albert Krewinkel | 1 | -24/+0 |
2021-10-26 | Lua: generate constants in module pandoc programmatically | Albert Krewinkel | 1 | -80/+0 |
2021-10-26 | Lua: marshal ListAttributes values as userdata objects | Albert Krewinkel | 1 | -42/+0 |
2021-10-26 | Lua: marshal Block values as userdata objects | Albert Krewinkel | 1 | -205/+0 |
2021-10-25 | Lua: marshal Citation values as userdata objects | Albert Krewinkel | 1 | -23/+0 |
2021-10-22 | Lua: marshal Inline elements as userdata | Albert Krewinkel | 1 | -271/+0 |
2021-10-22 | Lua: marshal Attr values as userdata | Albert Krewinkel | 1 | -152/+3 |
2021-10-22 | Lua: marshal Pandoc values as userdata | Albert Krewinkel | 1 | -20/+0 |
2021-10-21 | Fix line numbers in source code with reveal.js | John MacFarlane | 1 | -0/+3 |
2021-10-17 | pptx: Line up continuation paragraphs | Emily Bourke | 1 | -1/+1 |
2021-10-16 | Ensure that babel is loaded also with pdflatex. | John MacFarlane | 1 | -3/+2 |
2021-10-03 | Make babel use more idiomatic | hseg | 1 | -16/+13 |
2021-09-19 | Use babel, not polyglossia, with xelatex. | John MacFarlane | 1 | -13/+1 |
2021-08-12 | Various sample.lua editorial fixes. (#7493) | William Lupton | 1 | -8/+12 |
2021-08-01 | RTF template: specify font family for fixed-width font f1. | John MacFarlane | 1 | -1/+1 |
2021-07-22 | LaTeX writer: Use ulem for underline. | John MacFarlane | 1 | -0/+1 |
2021-07-05 | document-css: reset overflow-wrap on code blocks | Mauro Bieg | 1 | -1/+2 |
2021-07-03 | Revert "LaTeX template: move title, author, date up to top of preamble." | John MacFarlane | 1 | -29/+29 |
2021-06-21 | reveal.js writer: better handling of options. | John MacFarlane | 1 | -128/+70 |
2021-05-20 | reveal.js template: use `hash: true` by default rather than... | John MacFarlane | 1 | -4/+4 |
2021-05-20 | ConTeXt reader: improve ordered lists (#7304) | Denis Maier | 1 | -0/+4 |
2021-05-17 | LaTeX template: improve treatment of CSL entry-spacing. | John MacFarlane | 1 | -3/+3 |
2021-05-16 | LaTeX template: move title, author, date up to top of preamble. | John MacFarlane | 1 | -29/+29 |
2021-05-16 | LaTeX template: define commands for zero width non-joiner character | Albert Krewinkel | 1 | -0/+19 |
2021-05-15 | docx writer settings.xml: | John MacFarlane | 1 | -5/+5 |
2021-05-15 | docx writer: Remove rsids from settings.docx. | John MacFarlane | 1 | -11/+1 |
2021-05-15 | HTML-based slide shows: add support for institute (#7289) | Thomas Hodgson | 5 | -1/+19 |
2021-05-14 | LaTeX template: Move CSL macro defs before header-includes. | John MacFarlane | 1 | -25/+25 |
2021-05-10 | latex template: use non-starred names for xcolor color names. | John MacFarlane | 1 | -1/+1 |
2021-04-29 | Support toc-title in revealjs (#7171) | Florian Kohrt | 1 | -0/+5 |
2021-04-29 | Update default.latex (#7234) | badumont | 1 | -1/+4 |
2021-04-28 | list of figures before list of tables in LaTeX and ConTeXt templates (#7235) | Julien Dutant | 2 | -6/+6 |
2021-03-16 | Remove JS comment from HTML (#7154) | Florian Kohrt | 1 | -1/+1 |
2021-03-14 | Handle 'nocite' better with --biblatex and --natbib. | John MacFarlane | 1 | -0/+3 |
2021-03-11 | JATS templates: support 'equal-contrib' attrib for authors | Albert Krewinkel | 2 | -2/+2 |
2021-02-26 | Wrap url colours in braces in the default LaTeX template (#7121) | Loïc Grobol | 1 | -4/+4 |