Age | Commit message (Expand) | Author | Files | Lines |
2019-09-14 | Add chapter-title class to EPUB chapter title h1 elements. | John MacFarlane | 1 | -3/+5 |
2019-09-14 | EPUB toChapters: don't treat "refs" Div specially. | John MacFarlane | 1 | -1/+1 |
2019-09-12 | Better message for PandocShouldNeverHappenError. | John MacFarlane | 1 | -1/+3 |
2019-09-12 | Change exit codes. | John MacFarlane | 1 | -3/+3 |
2019-09-10 | Add --shift-heading-level-by option. | John MacFarlane | 4 | -6/+37 |
2019-09-10 | Pass value of --dpi to rsvg-convert... | John MacFarlane | 1 | -11/+15 |
2019-09-09 | LaTeX reader: Fix parsing of optional arguments that contain braced text. | John MacFarlane | 1 | -4/+3 |
2019-09-08 | Add -L option as shortcut for --lua-filter. | John MacFarlane | 1 | -1/+1 |
2019-09-08 | Org reader: modify handling of example blocks. (#5717) | Brian Leung | 2 | -14/+43 |
2019-09-08 | Replace Element and makeHierarchical with makeSections. | John MacFarlane | 17 | -564/+459 |
2019-09-08 | Revert changes to hierarchicalizeWithIds. | John MacFarlane | 1 | -21/+5 |
2019-09-08 | Emit warning on `-f latex -o out.pdf` (#5736) | Mauro Bieg | 2 | -0/+14 |
2019-09-06 | hierarchicalize: ensure that sections get ids... | John MacFarlane | 1 | -6/+10 |
2019-09-06 | Improve detection of headings in Divs by hierarchicalize. | John MacFarlane | 1 | -1/+2 |
2019-09-05 | Shared.hierarchicalize: improve handling of div and section structure. | John MacFarlane | 1 | -4/+15 |
2019-09-05 | Roff reader: Better support for 'while'. | John MacFarlane | 1 | -0/+3 |
2019-09-05 | Roff reader: improve handling of groups. | John MacFarlane | 1 | -4/+2 |
2019-09-04 | asciidoc writer: don't include `+` in code blocks for regular asciidoc. | John MacFarlane | 1 | -2/+7 |
2019-09-04 | Roff reader: Fix problem parsing comments before macro. | John MacFarlane | 1 | -2/+0 |
2019-09-04 | Roff reader: more improvements in parsing conditionals. | John MacFarlane | 1 | -3/+4 |
2019-09-04 | Roff readers: better parsing of groups. | John MacFarlane | 1 | -9/+5 |
2019-09-03 | SelfContained: omit content-type on type attribute for `<style>`. | John MacFarlane | 1 | -5/+8 |
2019-09-03 | XML: change toEntities to emit numerical hex character references. | John MacFarlane | 1 | -1/+2 |
2019-09-02 | LaTeX writer: use `cslreferences` environment for csl bibliographies. | John MacFarlane | 1 | -3/+18 |
2019-09-02 | LaTeX reader: don't try to parse includes if raw_tex is set. | John MacFarlane | 1 | -5/+13 |
2019-09-02 | HTML writer: use numeric character references with `--ascii`. | John MacFarlane | 1 | -6/+2 |
2019-09-02 | LaTeX reader: properly handle optional arguments for macros. | John MacFarlane | 2 | -2/+2 |
2019-09-02 | LaTeX writer: strip off `{}` around locator for biblatex/natbib output. | John MacFarlane | 1 | -1/+7 |
2019-08-31 | html2pdf: ensure temp file is deleted... | John MacFarlane | 1 | -34/+35 |
2019-08-27 | LaTeX reader: fix `\\` in `\parbox` inside a table cell. | John MacFarlane | 1 | -3/+18 |
2019-08-27 | Markdown reader: Headers: don't parse content over newline boundary. | John MacFarlane | 1 | -4/+15 |
2019-08-27 | Add stateAllowLineBreaks to ParserState. [API change] | John MacFarlane | 1 | -0/+2 |
2019-08-27 | PowerPoint writer: Start numbering at appopriate numbers. | Jesse Rosenthal | 1 | -4/+8 |
2019-08-26 | parseFromString': reset stateLastStrPos to Nothing before parse. | John MacFarlane | 1 | -0/+1 |
2019-08-26 | Use parseFromString' in Muse reader. | John MacFarlane | 1 | -1/+1 |
2019-08-26 | Fix inline parsing in grid table cells. | John MacFarlane | 3 | -16/+18 |
2019-08-25 | Better message for PandocTemplateError. | John MacFarlane | 1 | -1/+1 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 37 | -1356/+836 |
2019-08-25 | Don't add a newline if there's already one. | John MacFarlane | 1 | -4/+5 |
2019-08-24 | Change optMetadataFile type from Maybe to List (#5702) | Owen McGrath | 3 | -5/+6 |
2019-08-23 | Asciidoc writer: handle admonitions. | John MacFarlane | 1 | -3/+22 |
2019-08-23 | RST reader: use title, not admonition-title, for admonition title. | John MacFarlane | 1 | -1/+1 |
2019-08-23 | Ensure proper nesting when we have long ordered list markers. | John MacFarlane | 1 | -2/+5 |
2019-08-23 | docbook: richer parse for admonitions (#5593) | Michael Peyton Jones | 1 | -16/+27 |
2019-08-23 | add proofState to settingsList (#5703) | Krystof Beuermann | 1 | -0/+1 |
2019-08-16 | Lua: improve function documentations | Albert Krewinkel | 1 | -1/+4 |
2019-08-16 | Lua: traverse nested blocks and inlines in correct order | Albert Krewinkel | 2 | -11/+24 |
2019-08-16 | Lua: add module for AST element sequence traversal | Albert Krewinkel | 1 | -0/+112 |
2019-08-14 | LaTeX reader: improve withRaw so it can handle cases where... | John MacFarlane | 1 | -2/+3 |
2019-08-14 | Removed some needless lookaheads in Markdown reader. | John MacFarlane | 1 | -2/+0 |