Age | Commit message (Expand) | Author | Files | Lines |
2021-07-17 | Use skylighting 0.11. | John MacFarlane | 2 | -4/+4 |
2021-07-17 | LaTeX reader: avoid trailing hyphen in translating languages. | John MacFarlane | 1 | -2/+2 |
2021-07-16 | DocBook reader: handle images with imageobjectco elements. | John MacFarlane | 1 | -3/+3 |
2021-07-16 | LaTeX reader: Support `\cline` in LaTeX tables. | John MacFarlane | 1 | -0/+1 |
2021-07-16 | PDF: Fix svgIn path error. | John MacFarlane | 1 | -1/+1 |
2021-07-11 | DocBook reader: add support for citerefentry (#7437) | Jan Tojnar | 3 | -1/+9 |
2021-07-11 | Improved parsing of raw LaTeX from Text streams (rawLaTeXParser). | John MacFarlane | 3 | -11/+52 |
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 | 4 | -1/+23 |
2021-07-07 | Don't incorporate externally linked images in EPUB documents (#7430) | Michael Hoffmann | 2 | -1/+8 |
2021-07-06 | Recognize data-external when reading HTML img tags (#7429) | Michael Hoffmann | 2 | -8/+9 |
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 | 2 | -0/+86 |
2021-07-05 | Citeproc: cleanup and efficiency improvement in deNote. | John MacFarlane | 1 | -15/+21 |
2021-07-05 | Revamp note citation handling. | John MacFarlane | 3 | -16/+32 |
2021-07-05 | document-css: reset overflow-wrap on code blocks | Mauro Bieg | 5 | -5/+10 |
2021-07-03 | Add FAQ on converting from/to PDF | John MacFarlane | 1 | -0/+18 |
2021-07-03 | Revert "LaTeX template: move title, author, date up to top of preamble." | John MacFarlane | 5 | -42/+42 |
2021-07-03 | Add doc/faqs.md. | John MacFarlane | 1 | -0/+110 |
2021-07-03 | Upgrade Debian 10 AMI for build-arm.sh. | John MacFarlane | 1 | -1/+3 |
2021-07-03 | CircleCI: change to using xcode 11.1.0 (macOS 10.14.4). | John MacFarlane | 1 | -1/+1 |
2021-07-02 | HTML5 writer, remove aria-hidden when explicit atl text is provided. | Aner Lucero | 2 | -5/+8 |
2021-06-29 | Docx writer: Add table numbering for captioned tables. | John MacFarlane | 4 | -4/+33 |
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 | 3 | -3/+21 |
2021-06-29 | Use dev version of citeproc. | John MacFarlane | 4 | -16/+15 |
2021-06-29 | Remove duplicated alt text in HTML output. | Aner Lucero | 2 | -2/+22 |
2021-06-28 | Use dev version of citeproc. | John MacFarlane | 2 | -0/+6 |
2021-06-28 | Improve punctuation moving with `--citeproc`. | John MacFarlane | 3 | -17/+18 |
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 | Require commonmark-pandoc >= 0.2.2.1. | John MacFarlane | 2 | -1/+2 |
2021-06-28 | Markdown writer: put space between Plain and following fenced Div. | John MacFarlane | 2 | -0/+18 |
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 | Use dev version of doctemplates. | John MacFarlane | 2 | -0/+7 |
2021-06-22 | Update changelog. | John MacFarlane | 1 | -1/+27 |
2021-06-22 | Fix regression with comment-only YAML metadata blocks. | John MacFarlane | 2 | -0/+12 |
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 | 3 | -7/+10 |
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 | Update command test for change to LaTeX LineBreak handling. | John MacFarlane | 1 | -2/+2 |
2021-06-21 | LaTeX writer: always use a minipage for cells with line breaks... | John MacFarlane | 2 | -3/+11 |
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 | 2 | -128/+120 |