aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-28Update manual.John MacFarlane2-5/+44
2021-05-28Update changelog.John MacFarlane1-7/+72
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane3-1/+20
2021-05-28Use latest commonmark.John MacFarlane2-3/+6
2021-05-28Docx reader: Support new table features.Emily Bourke15-68/+487
2021-05-28Docx reader: Read table column widths.Emily Bourke14-30/+128
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane3-3/+65
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane4-3/+8
2021-05-27rebase_relative_paths extension: don't change fragment paths.John MacFarlane4-1/+10
2021-05-27Modify rebase_reference_links treatment of reference links/images.John MacFarlane5-7/+17
2021-05-27Citeproc: Don't detect math elements as locators.John MacFarlane3-1/+32
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane9-9/+111
2021-05-27Add citation example for locators and suffixesTristan Stenner1-1/+3
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane3-15/+118
2021-05-26Command tests: fail if a file contains no tests.John MacFarlane2-4/+9
2021-05-25Fix a command test so it writes to stdout not stderr.John MacFarlane1-1/+1
2021-05-25Logging: remove single quotes around paths in messages.John MacFarlane3-8/+8
2021-05-25CI: test with GHC 9.0.1Albert Krewinkel2-2/+7
2021-05-25Allow compilation with base 4.15Albert Krewinkel4-77/+72
2021-05-25Use haddock-library-1.10.0Albert Krewinkel3-2/+4
2021-05-25PandocMonad: add info message in `downloadOrRead`...John MacFarlane1-5/+8
2021-05-25Logging: add LoadedResource constructor to LogMessage.John MacFarlane1-0/+7
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel6-2/+22
2021-05-24MediaBag improvements.John MacFarlane5-48/+55
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel2-3/+11
2021-05-24Use jira-wiki-markup 1.3.5Albert Krewinkel2-1/+2
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane2-14/+62
2021-05-22Revert "HTML reader: simplify col width parsing"John MacFarlane1-9/+13
2021-05-22HTML reader: simplify col width parsingAlbert Krewinkel1-13/+9
2021-05-21Regenerate man page.John MacFarlane2-26/+93
2021-05-21Bump upper-bounds for network-uri, time.John MacFarlane2-10/+4
2021-05-21Fix link to KDE syntax highlighting docs.John MacFarlane1-1/+1
2021-05-20Update changelog.John MacFarlane1-1/+33
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane2-6/+41
2021-05-20reveal.js template: use `hash: true` by default rather than...John MacFarlane1-4/+4
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane3-6/+92
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane3-52/+161
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane2-35/+53
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane2-3/+9
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane3-5/+14
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier4-49/+53
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane2-5/+11
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane2-1/+6
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel2-4/+4
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane4-15/+43
2021-05-19Revisions to citation syntax description update.John MacFarlane1-5/+5
2021-05-19Update documentation on citation syntax.John MacFarlane1-32/+69
2021-05-19Remove unused pragma.John MacFarlane1-1/+0
2021-05-18Use fetchItem instead of downloadOrRead in fetchMediaResource.John MacFarlane1-1/+1
2021-05-18Text.Pandoc.MediaBag: change type to use a Text key...John MacFarlane2-7/+14