aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane2-1/+4
2021-05-28Docx reader: Support new table features.Emily Bourke3-49/+163
2021-05-28Docx reader: Read table column widths.Emily Bourke2-3/+4
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane1-3/+11
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane1-1/+1
2021-05-27rebase_relative_paths extension: don't change fragment paths.John MacFarlane1-1/+2
2021-05-27Modify rebase_reference_links treatment of reference links/images.John MacFarlane1-5/+4
2021-05-27Citeproc: Don't detect math elements as locators.John MacFarlane1-0/+7
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane2-7/+32
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane2-15/+63
2021-05-25Logging: remove single quotes around paths in messages.John MacFarlane1-6/+6
2021-05-25Allow compilation with base 4.15Albert Krewinkel4-77/+72
2021-05-25Use haddock-library-1.10.0Albert Krewinkel1-1/+2
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 Krewinkel2-0/+4
2021-05-24MediaBag improvements.John MacFarlane4-43/+50
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel1-3/+7
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane1-14/+33
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-20DocBook reader: ensure that first and last names are separated.John MacFarlane1-6/+14
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane1-6/+22
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane2-46/+95
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane1-35/+50
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane1-3/+6
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane1-2/+5
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier1-11/+3
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane1-4/+7
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane1-1/+3
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel1-1/+1
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane2-14/+19
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
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel1-2/+3
2021-05-17Citeproc: ensure that CSL-related attributes are passed on...John MacFarlane1-1/+1
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel1-1/+12
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-2/+14
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-2/+6
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel3-6/+7
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane1-2/+11
2021-05-16Markdown writer: improve escaping of `@`.John MacFarlane1-1/+1
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane1-1/+16
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel1-0/+2
2021-05-14HTML reader: keep h1 tags as normal headers (#7274)Albert Krewinkel1-5/+1
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane1-3/+8
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel1-14/+20
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel1-17/+25
2021-05-14HTML reader: don't fail on unmatched closing "script" tag.Albert Krewinkel1-7/+9