aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-12Docx reader: handle absolute URIs in Relationship Target.John MacFarlane
2021-06-12Markdown writer: allow `pipe_tables` to be disabled for commonmark...John MacFarlane
2021-06-12Fix regression in citeproc processing.John MacFarlane
2021-06-10Fix MediaBag regressions.John MacFarlane
2021-06-10T.P.MIME, extensionFromMimeType: add a few special cases.John MacFarlane
2021-06-10Docx writer: fix handling of empty table headersAlbert Krewinkel
2021-06-10Lua utils: fix handling of table headers in `from_simple_table`Albert Krewinkel
2021-06-08Citeproc: avoid duplicate classes and attributes on refs div.John MacFarlane
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane
2021-06-05CommonMark writer: do not use simple class for fenced-divsJan Tojnar
2021-06-05CommonMark writer: do not throw away attributes when Ext_attributes is enabledJan Tojnar
2021-06-05Markdown writer: re-use functions from InlineJan Tojnar
2021-06-05DocBook reader: Add support for danger elementJan Tojnar
2021-06-05DocBook writer: Remove non-existent admonitionsJan Tojnar
2021-06-03T.P.Class.IO: normalise path in writeMedia.John MacFarlane
2021-06-02Text.Pandoc.PDF: only print relevant part of environment on `--verbose`.John MacFarlane
2021-06-02Fix regression in 2.14 for generation of PDFs with SVGs.John MacFarlane
2021-06-01HTML writer: Don't omit width attribute on div.John MacFarlane
2021-06-01Markdown reader: fix pipe table regression in 2.11.4.John MacFarlane
2021-06-01LaTeX reader: don't allow optional * on symbol control sequences.John MacFarlane
2021-05-31Fix regression with commonmark/gfm yaml metdata block parsing.John MacFarlane
2021-05-30HTML reader: fix column width regression.John MacFarlane
2021-05-30Have LoadedResource use relative paths.John MacFarlane
2021-05-30Docx writer: fix regression on captions.John MacFarlane
2021-05-29Markdown reader: in rebasePaths, check for both Windows and PosixJohn MacFarlane
2021-05-29In rebasePath, check for absolute paths two ways.John MacFarlane
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane
2021-05-28Docx reader: Support new table features.Emily Bourke
2021-05-28Docx reader: Read table column widths.Emily Bourke
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane
2021-05-27rebase_relative_paths extension: don't change fragment paths.John MacFarlane
2021-05-27Modify rebase_reference_links treatment of reference links/images.John MacFarlane
2021-05-27Citeproc: Don't detect math elements as locators.John MacFarlane
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane
2021-05-25Logging: remove single quotes around paths in messages.John MacFarlane
2021-05-25Allow compilation with base 4.15Albert Krewinkel
2021-05-25Use haddock-library-1.10.0Albert Krewinkel
2021-05-25PandocMonad: add info message in `downloadOrRead`...John MacFarlane
2021-05-25Logging: add LoadedResource constructor to LogMessage.John MacFarlane
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel
2021-05-24MediaBag improvements.John MacFarlane
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane
2021-05-22Revert "HTML reader: simplify col width parsing"John MacFarlane
2021-05-22HTML reader: simplify col width parsingAlbert Krewinkel
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane