Age | Commit message (Expand) | Author | Files | Lines |
2021-06-21 | Fix test for #7397 | John MacFarlane | 1 | -2/+2 |
2021-06-21 | Markdown writer: Fix regression in code blocks with attributes. | John MacFarlane | 2 | -3/+17 |
2021-06-20 | Bump to 2.14.0.3, update changelog, require latest skylighting. | John MacFarlane | 5 | -6/+20 |
2021-06-20 | Use lts-18.0 stack resolver. | John MacFarlane | 1 | -10/+1 |
2021-06-20 | Require commonmark 0.2.1. | John MacFarlane | 2 | -2/+2 |
2021-06-18 | insertMediaBag: ensure we get sane mediaPath for URLs. | John MacFarlane | 1 | -5/+10 |
2021-06-14 | Rephrase section on unsafe HTML in manual. | John MacFarlane | 1 | -3/+3 |
2021-06-14 | Add link to the manual's note on security to SECURITY.md. | John MacFarlane | 1 | -0/+3 |
2021-06-14 | Create SECURITY.md | John MacFarlane | 1 | -0/+9 |
2021-06-13 | Update changelog date. | John MacFarlane | 1 | -1/+1 |
2021-06-12 | Update changelog. | John MacFarlane | 1 | -5/+15 |
2021-06-12 | Docx reader: handle absolute URIs in Relationship Target. | John MacFarlane | 1 | -5/+11 |
2021-06-12 | Markdown writer: allow `pipe_tables` to be disabled for commonmark... | John MacFarlane | 1 | -1/+0 |
2021-06-12 | Fix regression in citeproc processing. | John MacFarlane | 3 | -8/+21 |
2021-06-11 | Make parts of the bug report templates HTML comments. | John MacFarlane | 2 | -0/+4 |
2021-06-11 | Revise issue report "dashboard." | John MacFarlane | 1 | -7/+1 |
2021-06-11 | Add note about asking questions to bug report template. | John MacFarlane | 1 | -0/+2 |
2021-06-11 | Fix line breaks in issue templates. | John MacFarlane | 2 | -4/+2 |
2021-06-11 | Fix link to contributing guidelines. | John MacFarlane | 2 | -3/+3 |
2021-06-11 | Add contributing guidelines to issue menu. | John MacFarlane | 1 | -0/+3 |
2021-06-11 | More honing of issue templates. | John MacFarlane | 2 | -10/+11 |
2021-06-11 | Remove pull requset template. | John MacFarlane | 1 | -19/+0 |
2021-06-11 | Add pull request template. | John MacFarlane | 1 | -0/+19 |
2021-06-11 | Improve issue templates. | John MacFarlane | 4 | -98/+17 |
2021-06-11 | Revert "Remove md versions of issue templates." | John MacFarlane | 2 | -0/+58 |
2021-06-11 | Remove md versions of issue templates. | John MacFarlane | 2 | -58/+0 |
2021-06-11 | Update issue templates | John MacFarlane | 2 | -0/+58 |
2021-06-11 | Fancier issue templates. | John MacFarlane | 4 | -11/+76 |
2021-06-10 | Bump to 2.14.0.2, update chaneglog and manual. | John MacFarlane | 4 | -14/+122 |
2021-06-10 | Fix MediaBag regressions. | John MacFarlane | 4 | -48/+47 |
2021-06-10 | T.P.MIME, extensionFromMimeType: add a few special cases. | John MacFarlane | 1 | -0/+10 |
2021-06-10 | Docx writer: fix handling of empty table headers | Albert Krewinkel | 1 | -2/+2 |
2021-06-10 | Lua utils: fix handling of table headers in `from_simple_table` | Albert Krewinkel | 1 | -1/+1 |
2021-06-08 | Citeproc: avoid duplicate classes and attributes on refs div. | John MacFarlane | 1 | -2/+2 |
2021-06-08 | using-the-pandoc-api.md: switch from String to Text | Albert Krewinkel | 1 | -9/+9 |
2021-06-07 | Mention GladTeX for EPUB export | Sebastian Humenda | 2 | -7/+13 |
2021-06-07 | CONTRIBUTING.md: update modules overview | Albert Krewinkel | 1 | -5/+6 |
2021-06-05 | LaTeX writer: Fix regression in table header position. | John MacFarlane | 6 | -18/+79 |
2021-06-05 | CommonMark writer: do not use simple class for fenced-divs | Jan Tojnar | 1 | -3/+6 |
2021-06-05 | CommonMark writer: do not throw away attributes when Ext_attributes is enabled | Jan Tojnar | 2 | -13/+17 |
2021-06-05 | Markdown writer: re-use functions from Inline | Jan Tojnar | 2 | -29/+4 |
2021-06-05 | Require citeproc 0.4.0.1. | John MacFarlane | 2 | -2/+2 |
2021-06-05 | DocBook reader: Add support for danger element | Jan Tojnar | 1 | -1/+2 |
2021-06-05 | DocBook writer: Remove non-existent admonitions | Jan Tojnar | 2 | -8/+7 |
2021-06-03 | T.P.Class.IO: normalise path in writeMedia. | John MacFarlane | 1 | -3/+2 |
2021-06-02 | MANUAL: more details and a useful link for YAML syntax. | John MacFarlane | 1 | -0/+7 |
2021-06-02 | Text.Pandoc.PDF: only print relevant part of environment on `--verbose`. | John MacFarlane | 1 | -2/+14 |
2021-06-02 | Fix regression in 2.14 for generation of PDFs with SVGs. | John MacFarlane | 1 | -1/+2 |
2021-06-01 | HTML writer: Don't omit width attribute on div. | John MacFarlane | 1 | -3/+4 |
2021-06-01 | Markdown reader: fix pipe table regression in 2.11.4. | John MacFarlane | 2 | -11/+3 |