aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-09-21LaTeX writer: do not repeat caption on headless tablesAlbert Krewinkel
2022-09-20Ms writer: properly format display equations.John MacFarlane
2022-09-19Commonmark writer: ensure that we don't have blank lines in raw HTML.John MacFarlane
2022-09-19Org reader: Allow org-ref v2 citations with `&` prefix.John MacFarlane
2022-09-18BibTeX parser: fix handling of `%` in url field.John MacFarlane
2022-09-18Add prefixes to identifiers with `--file-scope`. (#8282)John MacFarlane
2022-09-14Fix implicit_header_references with duplicate headings.John MacFarlane
2022-09-09Citeproc: Require a digit for an implicit "page" locator...John MacFarlane
2022-09-05HTML writer: only treat `. . .` as a slide pause in slides...John MacFarlane
2022-09-01Use dev version of gridtablesAlbert Krewinkel
2022-08-31RTF writer: add space after unicode escape commands.John MacFarlane
2022-08-30Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...Ruqi
2022-08-27HTML, Markdown writers: filter out empty class attributes.John MacFarlane
2022-08-25Markdown reader: fenced code block shortcuts with attributes (#8174)Siphalor
2022-08-24LaTeX reader: handle `##` macro arguments properly.John MacFarlane
2022-08-22HTML writer: revert to using `width` property for column widthsAlbert Krewinkel
2022-08-22Org writer: add support for jupyter nodebook cells.Albert Krewinkel
2022-08-22Org writer: keep code block attributes as header args.Albert Krewinkel
2022-08-22Org writer: add code block identifier as `#+name` to src blocks.Albert Krewinkel
2022-08-21Fix typosluz paz
2022-08-21Org reader: treat *emacs-jupyter* src blocks as code cells.Albert Krewinkel
2022-08-18HTML writer: use `flex` property for column widthsAlbert Krewinkel
2022-08-17Org reader: treat "abstract" block as metadataAlbert Krewinkel
2022-08-17Org template: add abstract from metadata as block of type "abstract"Albert Krewinkel
2022-08-17LaTeX writer: add label to tables that have an identifierAlbert Krewinkel
2022-08-07LaTeX writer: fix widths of multicolumn cellsAlbert Krewinkel
2022-08-05Use dev version of gridtables.Albert Krewinkel
2022-08-03Improve default CSS for task lists.John MacFarlane
2022-08-03HTML reader: allow sublists that are not marked as items.Albert Krewinkel
2022-08-03Org reader: add missing `/` to Windows file URI; fixes prev commitAlbert Krewinkel
2022-08-02Org reader: recognize absolute paths on WindowsAlbert Krewinkel
2022-08-01HTML: use CSS flex boxes for columns.Albert Krewinkel
2022-08-01Markdown reader: allow special span classes in any positionAlbert Krewinkel
2022-08-01Markdown reader: allow more attributes in special spansAlbert Krewinkel
2022-07-31Fix tests for d2bd9abc4d5e9b6b4a6414fd010cdb5995f32935John MacFarlane
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-07-30Add tests for zero-width and fullwidth chars in grid tablesAlbert Krewinkel
2022-07-28MediaWiki reader: allow HTML comment after row start.John MacFarlane
2022-07-28DokuWiki reader: support latex plugin and math.John MacFarlane
2022-07-25HTML writer: Allow "spanlike" classes to be combined.John MacFarlane
2022-07-25Test for #5795: remove redundant 'dfn' classesJohn MacFarlane
2022-07-18Unescape characters in `\lstinline` inside `\passthrough`.John MacFarlane
2022-07-16RST writer: Fix missing spaces with nested inlines.John MacFarlane
2022-07-12ms template: redefine rather than removing .CH macro.John MacFarlane
2022-07-11Use latest dev citeprocJohn MacFarlane
2022-07-07RTF reader: support `\nosupersub`.John MacFarlane
2022-07-06Use `formatCode` from #7525 in HTML and MediaWiki (#8162)Elliot Bobrow
2022-07-04Ensure that Nulls are ignored in creating slide shows.John MacFarlane
2022-07-03Remove Muse reader round-trip tests.John MacFarlane
2022-06-23Remove extra soft break for tasklist (#8142)black-desk