Age | Commit message (Expand) | Author | Files | Lines |
2021-12-22 | HTML writer: make line breaks more consistent. | John MacFarlane | 1 | -15/+58 |
2021-12-20 | Lua: use more natural representation for Reference values | Albert Krewinkel | 1 | -1/+1 |
2021-12-19 | Add a writer for Markua 0.10 (#7729) | binaarinen | 2 | -0/+41 |
2021-12-14 | Org reader: parse official org-cite citations. | John MacFarlane | 1 | -5/+35 |
2021-12-14 | Org reader: remove support for "Berkeley style" citations. | John MacFarlane | 1 | -47/+0 |
2021-12-11 | fix(IpynbOutput)!: rank always favors output format | Kolen Cheung | 1 | -0/+2 |
2021-12-10 | Lua tests: remove roundtrip tests | Albert Krewinkel | 1 | -31/+4 |
2021-12-10 | Powerpoint tests: shorten lines by grouping tests | Albert Krewinkel | 1 | -189/+186 |
2021-12-09 | ipynb writer: handle cell output with raw block of markdown (#7563) | Kolen Cheung | 1 | -0/+6 |
2021-11-27 | Lua: use package pandoc-lua-marshal (#7719) | Albert Krewinkel | 1 | -2/+1 |
2021-11-19 | Lua tests: reset path and cpath when testing 'require' fallback. | John MacFarlane | 1 | -2/+4 |
2021-11-18 | RST reader: handle class attribute for for custom roles (#7700) | willj-dev | 1 | -0/+9 |
2021-11-17 | Lua: set `lpeg`, `re` as globals; allow shared lib access via require | Albert Krewinkel | 1 | -7/+17 |
2021-11-12 | JATS writer: ensure figures are wrapped with `<p>` in list items. | Albert Krewinkel | 1 | -15/+33 |
2021-11-11 | Writers.Shared: Improve toLegacyTable. | Christian Despres | 1 | -0/+16 |
2021-11-08 | Lua: ensure that 're' module is always available. | Albert Krewinkel | 1 | -1/+9 |
2021-10-22 | Org reader: allow an initial :PROPERTIES: drawer to add to metadata. | John MacFarlane | 1 | -1/+1 |
2021-10-22 | Lua: marshal Attr values as userdata | Albert Krewinkel | 1 | -1/+1 |
2021-10-22 | Lua: marshal Pandoc values as userdata | Albert Krewinkel | 1 | -1/+1 |
2021-10-22 | Switch to hslua-2.0 | Albert Krewinkel | 1 | -26/+37 |
2021-10-18 | Docx reader: fix handling of empty fields | Milan Bracke | 1 | -0/+4 |
2021-10-18 | Docx parser: implement PAGEREF fields | Milan Bracke | 1 | -0/+4 |
2021-10-18 | Docx reader: fix handling of nested fields | Milan Bracke | 1 | -0/+4 |
2021-10-17 | pptx: Fix list level numbering | Emily Bourke | 1 | -0/+4 |
2021-10-14 | asciidoc writer: translate numberLines attribute to linesnum switch | Samuel Tardieu | 1 | -0/+16 |
2021-10-10 | Avoid blockquote when parent style has more indent | Milan Bracke | 1 | -0/+4 |
2021-10-07 | pptx: Remove excessive layout tests | Emily Bourke | 1 | -20/+15 |
2021-10-04 | OOXML tests: use pretty-printed form to display diffs. | John MacFarlane | 1 | -3/+3 |
2021-10-02 | Fix compareXML helper in Tests.Writers.OOXML. | John MacFarlane | 1 | -6/+6 |
2021-09-21 | Use pretty-simple to format native output. | John MacFarlane | 1 | -3/+3 |
2021-09-21 | Command tests: raise error if command doesn't begin with `%`. | John MacFarlane | 1 | -5/+7 |
2021-09-18 | pptx: Support footers in the reference doc | Emily Bourke | 1 | -184/+213 |
2021-09-16 | pptx: Support specifying slide background images | Emily Bourke | 1 | -0/+4 |
2021-09-15 | pptx: Add support for incremental lists | Emily Bourke | 1 | -0/+8 |
2021-09-13 | pptx: Fix logic for choosing Comparison layout | Emily Bourke | 1 | -2/+6 |
2021-09-10 | Support `--reference-location` for HTML output (#7461) | Francesco Mazzoli | 1 | -1/+74 |
2021-09-01 | pptx: Add support for more layouts | Emily Bourke | 1 | -2/+59 |
2021-09-01 | pptx: Restructure tests | Emily Bourke | 1 | -57/+57 |
2021-08-27 | pptx: Make first heading title if slide level is 0 | Emily Bourke | 1 | -0/+25 |
2021-08-17 | OOXML tests: silence warnings. | John MacFarlane | 1 | -0/+1 |
2021-08-17 | pptx: Select layouts from reference doc by name | Emily Bourke | 1 | -7/+24 |
2021-08-17 | Don’t compare cdLine in OOXML golden tests | Emily Bourke | 1 | -1/+0 |
2021-08-17 | Provide more detailed XML diff in tests | Emily Bourke | 1 | -21/+51 |
2021-08-15 | Multimarkdown sub- and superscripts (#5512) (#7188) | OCzarnecki | 1 | -0/+48 |
2021-08-15 | Make docx writer sensitive to `native_numbering` extension. | John MacFarlane | 1 | -1/+2 |
2021-08-10 | Tests.Helpers: export testGolden and use it in RTF reader. | John MacFarlane | 2 | -13/+27 |
2021-08-10 | Add test for #7488. | John MacFarlane | 1 | -0/+1 |
2021-08-10 | Add RTF reader. | John MacFarlane | 4 | -4/+55 |
2021-07-06 | Recognize data-external when reading HTML img tags (#7429) | Michael Hoffmann | 1 | -0/+6 |
2021-06-29 | Docx writer: Add table numbering for captioned tables. | John MacFarlane | 1 | -1/+3 |