aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-09-27Better implementation of splitStrWhenJohn MacFarlane
2021-09-26RST writer: properly handle anchors to ids...John MacFarlane
2021-09-23BibTeX parser: fix expansion of special strings in series...John MacFarlane
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane
2021-09-23HTML writer: render `\ref` and `\eqref` as inline math...John MacFarlane
2021-09-22HTML writer: pass through `\ref` and `\eqref`...John MacFarlane
2021-09-22HTML writer: pass through inline math environments with KaTeX.John MacFarlane
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-09-19LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".John MacFarlane
2021-09-19Ignore (and gobble parameters of) CSLReferences environment.John MacFarlane
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane
2021-09-19Markdown writer: use `underline` class rather than `ul` for underline.John MacFarlane
2021-09-18Alphabetize Extension constructors.John MacFarlane
2021-09-18pptx-footers: Replace fixed dates with yaml dateEmily Bourke
2021-09-18pptx: Support footers in the reference docEmily Bourke
2021-09-17Fix linter warning.John MacFarlane
2021-09-17Org writer: don't indent contents of code blocks.John MacFarlane
2021-09-17Update list of supported source languages in org writer.John MacFarlane
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane
2021-09-16pptx: Support specifying slide background imagesEmily Bourke
2021-09-16HTML writer: set "hash" to True by default (for reveal.js).John MacFarlane
2021-09-15pptx: Add support for incremental listsEmily Bourke
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane
2021-09-10fix!(ipynb writer): improve round trip identityKolen Cheung
2021-09-10feat(ipynb writer): add more Jupyter's "Raw NBConvert Format"Kolen Cheung
2021-09-10feat(ipynb reader): get cell output mime from raw_mimetype tooKolen Cheung
2021-09-10feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"Kolen Cheung
2021-09-10fix!: rst mime typeKolen Cheung
2021-09-10pptx: Copy embedded fonts from reference docEmily Bourke
2021-09-10pptx: Fix presentation rel numberingEmily Bourke
2021-09-10pptx: Include all themes in output archiveEmily Bourke
2021-09-10pptx: Don’t add relationships unnecessarilyEmily Bourke
2021-09-10pptx: Fix capitalisation of notesMasterIdEmily Bourke
2021-09-10Remove redundant import.John MacFarlane
2021-09-10Org reader: don't parse a list as first item in a list item.John MacFarlane
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli
2021-09-10Ipynb reader handleData: support text/markdown (#7561)Kolen Cheung
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane
2021-09-08App: Issue NotUTF8Encoded warning when falling back to latin1.John MacFarlane
2021-09-08Logging: add NotUTF8Encoded constructor to LogMessage.John MacFarlane
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane
2021-09-04Minor renaming to avoid shadowing.John MacFarlane
2021-09-04Extensions: put Ext_short_subsuperscripts in alphabetical order.John MacFarlane
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane
2021-09-01pptx: Add support for more layoutsEmily Bourke
2021-08-29Improve asciidoc escaping for `--` in URLs. Closes #7529.John MacFarlane
2021-08-28Add `--sandbox` option.John MacFarlane