Age | Commit message (Expand) | Author | Files | Lines |
2021-05-29 | Reduce size of cover image in test epub. | John MacFarlane | 2 | -1/+1 |
2021-05-29 | Modify pptx tests to take a whole lot less space. | John MacFarlane | 22 | -0/+0 |
2021-05-28 | Add nuew to AUTHORS. | John MacFarlane | 1 | -0/+1 |
2021-05-28 | Date on changelog. | John MacFarlane | 1 | -1/+1 |
2021-05-28 | Update AUTHORS and fixed some typos in changelog. | John MacFarlane | 2 | -25/+36 |
2021-05-28 | Update manual. | John MacFarlane | 2 | -5/+44 |
2021-05-28 | Update changelog. | John MacFarlane | 1 | -7/+72 |
2021-05-28 | Support `rebase_relative_paths` for commonmark based formats. | John MacFarlane | 3 | -1/+20 |
2021-05-28 | Use latest commonmark. | John MacFarlane | 2 | -3/+6 |
2021-05-28 | Docx reader: Support new table features. | Emily Bourke | 15 | -68/+487 |
2021-05-28 | Docx reader: Read table column widths. | Emily Bourke | 14 | -30/+128 |
2021-05-27 | Two citeproc locator/suffix improvements: | John MacFarlane | 3 | -3/+65 |
2021-05-27 | rebase_relative_paths: leave empty paths unchanged. | John MacFarlane | 4 | -3/+8 |
2021-05-27 | rebase_relative_paths extension: don't change fragment paths. | John MacFarlane | 4 | -1/+10 |
2021-05-27 | Modify rebase_reference_links treatment of reference links/images. | John MacFarlane | 5 | -7/+17 |
2021-05-27 | Citeproc: Don't detect math elements as locators. | John MacFarlane | 3 | -1/+32 |
2021-05-27 | Add `rebase_relative_paths` extension. | John MacFarlane | 9 | -9/+111 |
2021-05-27 | Add citation example for locators and suffixes | Tristan Stenner | 1 | -1/+3 |
2021-05-27 | LaTeX reader: improve `\def` and implement `\newif`. | John MacFarlane | 3 | -15/+118 |
2021-05-26 | Command tests: fail if a file contains no tests. | John MacFarlane | 2 | -4/+9 |
2021-05-25 | Fix a command test so it writes to stdout not stderr. | John MacFarlane | 1 | -1/+1 |
2021-05-25 | Logging: remove single quotes around paths in messages. | John MacFarlane | 3 | -8/+8 |
2021-05-25 | CI: test with GHC 9.0.1 | Albert Krewinkel | 2 | -2/+7 |
2021-05-25 | Allow compilation with base 4.15 | Albert Krewinkel | 4 | -77/+72 |
2021-05-25 | Use haddock-library-1.10.0 | Albert Krewinkel | 3 | -2/+4 |
2021-05-25 | PandocMonad: add info message in `downloadOrRead`... | John MacFarlane | 1 | -5/+8 |
2021-05-25 | Logging: add LoadedResource constructor to LogMessage. | John MacFarlane | 1 | -0/+7 |
2021-05-25 | Jira: add support for "smart" links | Albert Krewinkel | 6 | -2/+22 |
2021-05-24 | MediaBag improvements. | John MacFarlane | 5 | -48/+55 |
2021-05-24 | Jira writer: use `{color}` when span has a color attribute | Albert Krewinkel | 2 | -3/+11 |
2021-05-24 | Use jira-wiki-markup 1.3.5 | Albert Krewinkel | 2 | -1/+2 |
2021-05-22 | Handle relative lengths (e.g. `2*`) in HTML column widths. | John MacFarlane | 2 | -14/+62 |
2021-05-22 | Revert "HTML reader: simplify col width parsing" | John MacFarlane | 1 | -9/+13 |
2021-05-22 | HTML reader: simplify col width parsing | Albert Krewinkel | 1 | -13/+9 |
2021-05-21 | Regenerate man page. | John MacFarlane | 2 | -26/+93 |
2021-05-21 | Bump upper-bounds for network-uri, time. | John MacFarlane | 2 | -10/+4 |
2021-05-21 | Fix link to KDE syntax highlighting docs. | John MacFarlane | 1 | -1/+1 |
2021-05-20 | Update changelog. | John MacFarlane | 1 | -1/+33 |
2021-05-20 | DocBook reader: ensure that first and last names are separated. | John MacFarlane | 2 | -6/+41 |
2021-05-20 | reveal.js template: use `hash: true` by default rather than... | John MacFarlane | 1 | -4/+4 |
2021-05-20 | Ms writer: handle tables with multiple paragraphs. | John MacFarlane | 3 | -6/+92 |
2021-05-20 | LaTeX reader: More siunitx improvements. Closes #6658. | John MacFarlane | 3 | -52/+161 |
2021-05-20 | LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658. | John MacFarlane | 2 | -35/+53 |
2021-05-20 | LaTeX reader sinuitx: fix + sign on ang. | John MacFarlane | 2 | -3/+9 |
2021-05-20 | LaTeX reader siunitx: add leading 0 to numbers starting with . | John MacFarlane | 3 | -5/+14 |
2021-05-20 | ConTeXt reader: improve ordered lists (#7304) | Denis Maier | 4 | -49/+53 |
2021-05-20 | LaTeX reader: Fix parsing of `+-` in siunitx numbers. | John MacFarlane | 2 | -5/+11 |
2021-05-20 | LaTeX reader: support `\pm` in `SI{..}`. | John MacFarlane | 2 | -1/+6 |
2021-05-20 | ZimWiki writer: allow links and emphasis in headers | Albert Krewinkel | 2 | -4/+4 |
2021-05-19 | LaTeX reader: better support for `\xspace`. | John MacFarlane | 4 | -15/+43 |