aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2023-01-23LaTeX reader: Fix bug in macro resolution for environments.John MacFarlane
2023-01-20HTML writer: don't omit newlines in task lists.John MacFarlane
2023-01-20HTML writer: don't disable checkboxes in task lists.John MacFarlane
2023-01-16Add tests for org tagsAlbert Krewinkel
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-11Use jira-wiki-markup 1.5.0Albert Krewinkel
2023-01-05isURI: don't require non-ASCII characters to be escaped.John MacFarlane
2023-01-04Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.John MacFarlane
2022-12-22Support "software" type in biblatex <-> CSL conversions.John MacFarlane
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-20Markdown writer: avoid HTML fallbacks in the generated TOC.Albert Krewinkel
2022-12-16ConTeXt writer: fix previous commit for some unlisted sectionsAlbert Krewinkel
2022-12-16ConTeXt writer: add support for unlisted, unnumbered headingsAlbert Krewinkel
2022-12-15Textile reader: handle empty paragraphs.John MacFarlane
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-11-29DocBook writer: Fix position of textobject.John MacFarlane
2022-11-29AsciiDoc writer: in link text, only replace commas...John MacFarlane
2022-11-28Textile Reader:vkraven
2022-11-23Fix command test #7743 for WindowsAlbert Krewinkel
2022-11-19Docx reader: Support parsing of highlighted text.John MacFarlane
2022-11-19LaTeX writer: Use soul instead of ulem for strikeout, underline.John MacFarlane
2022-11-11Change the Mediawiki writer to use the 'new' table structureWout Gevaert
2022-10-27T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.John MacFarlane
2022-10-21LaTeX reader: parse short table caption.John MacFarlane
2022-10-18Revert "HTML reader: avoid duplicating any existing identifier..."John MacFarlane
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
2022-10-18HTML reader: avoid duplicating any existing identifier...John MacFarlane
2022-10-16RST writer: improve inline escaping rules.John MacFarlane
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-05HTML writer: replace deprecated aria roles for bibliography entries.John MacFarlane
2022-10-01JATS writer: use `<break/>` for LineBreak...John MacFarlane
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-09-29Add `--list-tables` option.John MacFarlane
2022-09-29rST writer: list tables rendering, closes #4564danse
2022-09-28HTML writer: prevent `<a>` inside `<a>`.John MacFarlane
2022-09-21LaTeX writer: do not repeat caption on headless tablesAlbert Krewinkel
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-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-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