Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-14 | Add thin space when needed in LaTeX quote ligatures. | John MacFarlane | 1 | -4/+9 |
2019-08-13 | Fix multiline table for XWiki writer (#5683) | Zihang Chen | 1 | -2/+4 |
2019-08-11 | JIRA writer: Remove escapeStringForJira for code blocks | Jan-Otto Kröpke | 1 | -2/+2 |
2019-08-08 | Remove blank line (#5679) | Leif Metcalf | 1 | -1/+0 |
2019-08-08 | Revert "Avoid a pointless Text -> String conversion on output." | John MacFarlane | 1 | -14/+8 |
2019-08-07 | Avoid a pointless Text -> String conversion on output. | John MacFarlane | 1 | -8/+14 |
2019-08-05 | Treat `ly` as verbatim too (#5671) | Urs Liska | 1 | -0/+1 |
2019-07-30 | Markdown writer: Don't assume Doc has Eq instance. | John MacFarlane | 1 | -11/+13 |
2019-07-30 | ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`. | John MacFarlane | 1 | -5/+5 |
2019-07-29 | Update emoji list in Text.Pandoc.Emoji. | John MacFarlane | 1 | -8/+929 |
2019-07-28 | Use doctemplates 0.3, change type of writerTemplate. | John MacFarlane | 31 | -190/+185 |
2019-07-24 | LaTeX reader: handle `\passthrough` macro used by latex writer. | John MacFarlane | 1 | -0/+2 |
2019-07-24 | HTML writer: ensure TeX formulas are rendered correctly (#5658) | Philip Pesca | 1 | -1/+1 |
2019-07-23 | Templates: don't import/export varListToJSON. | John MacFarlane | 1 | -1/+1 |
2019-07-23 | Templates: Change type of renderTemplate'. | John MacFarlane | 4 | -14/+13 |
2019-07-23 | HTML writer: render inline formulas correctly with --webtex (#5656) | Philip Pesca | 1 | -1/+4 |
2019-07-22 | LaTeX reader: support tex `\tt` command. | John MacFarlane | 1 | -0/+1 |
2019-07-22 | Org reader: accept ATTR_LATEX in block attributes | Albert Krewinkel | 1 | -3/+11 |
2019-07-20 | LaTeX writer: fix line breaks at start of paragraph. | John MacFarlane | 1 | -9/+9 |
2019-07-20 | PDF: Better detection of a Cygwin environment. | John MacFarlane | 1 | -1/+8 |
2019-07-20 | Revert "PDF: create temp dir in . on Cygwin." | John MacFarlane | 1 | -4/+1 |
2019-07-20 | Removed an unnecessary liftIO. | John MacFarlane | 1 | -2/+1 |