aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-05-26Add `rebase_relative_paths` extension.rebase-relative-paths-extensionJohn 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
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane
2021-05-19Remove unused pragma.John MacFarlane
2021-05-18Use fetchItem instead of downloadOrRead in fetchMediaResource.John MacFarlane
2021-05-18Text.Pandoc.MediaBag: change type to use a Text key...John MacFarlane
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel
2021-05-17Citeproc: ensure that CSL-related attributes are passed on...John MacFarlane
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane
2021-05-16Markdown writer: improve escaping of `@`.John MacFarlane
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel
2021-05-14HTML reader: keep h1 tags as normal headers (#7274)Albert Krewinkel
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel
2021-05-14HTML reader: don't fail on unmatched closing "script" tag.Albert Krewinkel
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane
2021-05-12Plain writer: handle superscript unicode minus.John MacFarlane
2021-05-12Hande 'annote' field in bibtex/biblatex writer.John MacFarlane
2021-05-12Fix source position reporting for YAML bibliographies.John MacFarlane
2021-05-11Improve integration of settings from reference.docx.John MacFarlane
2021-05-11T.P.XML.Light - add Eq, Ord instances...John MacFarlane
2021-05-11LaTeX writer: better handling of line breaks in simple tables.John MacFarlane
2021-05-10epub Writer: Fix belongs-to-collection XML id choice (#7267)nuew
2021-05-09RST reader: seek include files in the directory...John MacFarlane