Age | Commit message (Expand) | Author | Files | Lines |
2020-01-15 | Lua filters: allow filtering of element lists (#6040) | Albert Krewinkel | 4 | -1/+57 |
2020-01-12 | HTML writer: fix duplicate attributes on headings. | John MacFarlane | 1 | -0/+6 |
2020-01-11 | Lua: add methods `insert`, `remove`, and `sort` to pandoc.List | Albert Krewinkel | 1 | -40/+80 |
2020-01-11 | pandoc.List.lua: make `pandoc.List` a callable constructor | Albert Krewinkel | 1 | -0/+9 |
2020-01-11 | Add tests for pandoc.List module | Albert Krewinkel | 2 | -0/+113 |
2020-01-10 | LaTeX reader: allow beamer overlays for all commands in all raw tex. | John MacFarlane | 1 | -0/+8 |
2020-01-08 | LaTeX reader: improve parsing of raw environments. | John MacFarlane | 1 | -0/+11 |
2020-01-07 | Jira writer: fix output of table headers | Albert Krewinkel | 1 | -0/+5 |
2020-01-07 | Fix regression in handling of columns in beamer slides. | John MacFarlane | 1 | -0/+91 |
2020-01-07 | Reveal.js writer: restore old behavior for 2D nesting. | John MacFarlane | 1 | -1/+19 |
2020-01-05 | Fix regression in beamer slide structure with certain slide levels. | John MacFarlane | 1 | -0/+43 |
2020-01-05 | Fix revealjs slide structure regression with certain slide levels. | John MacFarlane | 1 | -0/+35 |
2020-01-03 | Fix test/tables.org | Albert Krewinkel | 1 | -4/+4 |
2020-01-03 | Org writer: remove extra spaces from table cells | Albert Krewinkel | 1 | -29/+29 |
2020-01-01 | LaTeX writer: properly handle unnumbered headings level 4+. | John MacFarlane | 1 | -1/+1 |
2019-12-30 | Update JATS dtd (#6020) | Arfon Smith | 2 | -6/+6 |
2019-12-27 | Fix parsing bug affected indented code after raw HTML. | John MacFarlane | 2 | -0/+37 |
2019-12-21 | HTML reader tests: modify round-trip tests... | John MacFarlane | 1 | -0/+4 |
2019-12-20 | Jira writer: use jira-wiki-markup renderer | Albert Krewinkel | 2 | -146/+64 |
2019-12-19 | Org reader: fix parsing problem for colons in headline | Albert Krewinkel | 1 | -0/+10 |
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 2 | -9/+17 |
2019-12-17 | Add jira reader (#5913) | Albert Krewinkel | 5 | -0/+587 |
2019-12-17 | Adjust test to work with Windows (I hope). | John MacFarlane | 1 | -1/+1 |
2019-12-17 | Improved --toc generation. | John MacFarlane | 1 | -0/+56 |
2019-12-17 | Improved makeSections so we don't get doubled attributes. | John MacFarlane | 2 | -4/+4 |
2019-12-17 | Added test for #5986. | John MacFarlane | 1 | -0/+16 |
2019-12-17 | Add section-divs command test (failing). | John MacFarlane | 1 | -0/+25 |
2019-12-13 | Org reader: add table labels to caption if both are present | Albert Krewinkel | 1 | -1/+1 |
2019-12-11 | ConTeXt template: Adjustments to title formatting (#5949) | Denis Maier | 1 | -3/+3 |
2019-12-07 | Fix --toc-depth regression in 2.8. | John MacFarlane | 1 | -0/+15 |
2019-12-05 | Keep the \author{} command even if author is not specified (#5961) | Yihui Xie | 3 | -0/+3 |
2019-12-05 | Roll back part of of `--shift-heading-level-by` change. | John MacFarlane | 1 | -3/+2 |
2019-12-05 | HTML-based templates: Add CSS to suppress bullet on unordered task lists. | John MacFarlane | 7 | -0/+7 |
2019-12-05 | HTML writer: add task-list class to ul if all elements are task list items. | John MacFarlane | 1 | -4/+4 |
2019-12-05 | Fix makeSections so it doesn't turn column divs into sections. | John MacFarlane | 1 | -0/+28 |
2019-11-25 | RST writers: Use grid tables for 1-column tables. | John MacFarlane | 1 | -0/+40 |
2019-11-22 | Jira writer: improve escaping of special chars (#5925) | Albert Krewinkel | 2 | -50/+51 |
2019-11-19 | Improve markdown escaping in list items. | John MacFarlane | 1 | -0/+6 |
2019-11-18 | DokuWiki reader: parse markup inside monospace ('') (#5917) | Alexander Krotov | 1 | -0/+3 |
2019-11-16 | Ms template: Use Palatino for default font. | John MacFarlane | 1 | -1/+1 |
2019-11-16 | Updaet ms writer test. | John MacFarlane | 1 | -1/+1 |
2019-11-16 | Ms writer: boldface definition terms in DefinitionLists. | John MacFarlane | 1 | -17/+17 |
2019-11-16 | ms template: default to page numbers on bottom, no paragaraph indent. | John MacFarlane | 1 | -1/+4 |
2019-11-16 | ConTeXt template: add a saner default for page numbers. | John MacFarlane | 2 | -0/+2 |
2019-11-16 | ConTeXt writer: use braces, not start/stop, for inline language tags. | John MacFarlane | 1 | -7/+6 |
2019-11-16 | Change styles in reference.docx. | John MacFarlane | 28 | -0/+0 |
2019-11-15 | RST writer: Improve spacing for tables with no width information. | John MacFarlane | 2 | -9/+68 |
2019-11-14 | Change reference.docx to use more normal block quotes. | John MacFarlane | 28 | -0/+0 |
2019-11-14 | Change optInputFiles to a `Maybe [FilePath]`. | John MacFarlane | 1 | -1/+1 |
2019-11-14 | Allow combining `-Vheader-includes` and `--include-in-header`. | John MacFarlane | 1 | -0/+2 |