Age | Commit message (Expand) | Author | Files | Lines |
2021-07-11 | DocBook reader: add support for citerefentry (#7437) | Jan Tojnar | 1 | -1/+5 |
2021-07-11 | Improved parsing of raw LaTeX from Text streams (rawLaTeXParser). | John MacFarlane | 2 | -11/+37 |
2021-07-09 | Always use / when adding directory to image path with extractMedia. | John MacFarlane | 1 | -1/+1 |
2021-07-09 | RST reader: fix regression with code includes. | John MacFarlane | 1 | -1/+5 |
2021-07-07 | Don't incorporate externally linked images in EPUB documents (#7430) | Michael Hoffmann | 1 | -1/+2 |
2021-07-06 | Recognize data-external when reading HTML img tags (#7429) | Michael Hoffmann | 1 | -8/+3 |
2021-07-06 | T.P.PDF, convertImage: normalize paths. | John MacFarlane | 1 | -3/+3 |
2021-07-06 | Markdown reader: don't try to read contents in self-closing HTML tag. | John MacFarlane | 1 | -1/+4 |
2021-07-06 | HTML reader: add col, colgroup to 'closes' definitions | John MacFarlane | 1 | -1/+3 |
2021-07-05 | Add command test for #7394. | John MacFarlane | 1 | -0/+1 |
2021-07-05 | Citeproc: cleanup and efficiency improvement in deNote. | John MacFarlane | 1 | -15/+21 |
2021-07-05 | Revamp note citation handling. | John MacFarlane | 1 | -14/+30 |
2021-07-02 | HTML5 writer, remove aria-hidden when explicit atl text is provided. | Aner Lucero | 1 | -4/+7 |
2021-06-29 | Docx writer: Add table numbering for captioned tables. | John MacFarlane | 2 | -3/+30 |
2021-06-29 | Docx writer: Fixed a couple bugs in Figure numbering. | John MacFarlane | 1 | -4/+3 |
2021-06-29 | Docx writer: support figure numbers. | John MacFarlane | 2 | -3/+21 |
2021-06-29 | Remove duplicated alt text in HTML output. | Aner Lucero | 1 | -2/+3 |
2021-06-28 | Improve punctuation moving with `--citeproc`. | John MacFarlane | 1 | -14/+15 |
2021-06-28 | Allow `$` characters in bibtex keys. | John MacFarlane | 1 | -1/+1 |
2021-06-28 | Text.Pandoc.Error: fix line calculations in reporting parsec errors. | John MacFarlane | 1 | -3/+3 |
2021-06-28 | Set proper initial source name in parsing BibTeX. | John MacFarlane | 1 | -1/+3 |
2021-06-28 | Markdown writer: put space between Plain and following fenced Div. | John MacFarlane | 1 | -0/+3 |
2021-06-23 | ImageSize: Add Tiff constructor for ImageType. | John MacFarlane | 3 | -1/+7 |
2021-06-23 | reveal.js writer: Go back to setting boolean values for variables. | John MacFarlane | 1 | -30/+26 |
2021-06-22 | Fix regression with comment-only YAML metadata blocks. | John MacFarlane | 1 | -0/+3 |
2021-06-22 | Fix unneeded import | John MacFarlane | 1 | -1/+1 |
2021-06-21 | LaTeX writer: add strut at end of minipage if it contains... | John MacFarlane | 1 | -2/+5 |
2021-06-21 | Revert "LaTeX writer: put a strut after a line break (`\\`)." | John MacFarlane | 1 | -1/+1 |
2021-06-21 | LaTeX writer: put a strut after a line break (`\\`). | John MacFarlane | 1 | -1/+1 |
2021-06-21 | Improve emailAddress in Text.Pandoc.Parsing. | John MacFarlane | 2 | -5/+24 |
2021-06-21 | LaTeX writer: always use a minipage for cells with line breaks... | John MacFarlane | 1 | -2/+7 |
2021-06-21 | LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line. | John MacFarlane | 1 | -1/+1 |
2021-06-21 | reveal.js writer: better handling of options. | John MacFarlane | 1 | -0/+50 |
2021-06-21 | Markdown writer: Fix regression in code blocks with attributes. | John MacFarlane | 1 | -3/+3 |
2021-06-18 | insertMediaBag: ensure we get sane mediaPath for URLs. | John MacFarlane | 1 | -5/+10 |
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 | 1 | -1/+3 |
2021-06-10 | Fix MediaBag regressions. | John MacFarlane | 3 | -42/+41 |
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-05 | LaTeX writer: Fix regression in table header position. | John MacFarlane | 1 | -3/+10 |
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 | DocBook reader: Add support for danger element | Jan Tojnar | 1 | -1/+2 |
2021-06-05 | DocBook writer: Remove non-existent admonitions | Jan Tojnar | 1 | -2/+1 |
2021-06-03 | T.P.Class.IO: normalise path in writeMedia. | John MacFarlane | 1 | -3/+2 |