Age | Commit message (Expand) | Author | Files | Lines |
2022-01-16 | LaTeX: parse thebibliographyHEADmaster | Igor Pashev | 1 | -0/+49 |
2021-12-29 | Update the tests | Igor Pashev | 2 | -6/+9 |
2021-12-29 | Merge https://github.com/jgm/pandoc | Igor Pashev | 273 | -1449/+6282 |
2021-12-28 | OpenDocument writer: fix vertical align bug with display math. | John MacFarlane | 1 | -1/+1 |
2021-12-22 | HTML writer: make line breaks more consistent. | John MacFarlane | 1 | -2/+3 |
2021-12-22 | Add text wrapping to HTML output. | John MacFarlane | 29 | -55/+125 |
2021-12-18 | Citeproc: avoid adding comma before an author-in-text citation... | John MacFarlane | 1 | -0/+35 |
2021-12-14 | Org reader: parse official org-cite citations. | John MacFarlane | 1 | -0/+23 |
2021-12-13 | Org writer: add tests for org-cite citations, and improve support. | John MacFarlane | 1 | -0/+44 |
2021-12-07 | Add test for #7738. | John MacFarlane | 1 | -0/+6 |
2021-12-03 | Improve Markdown writer escaping. | John MacFarlane | 5 | -4/+26 |
2021-11-30 | Markdown reader: don't allow `^` at beginning of link or image label. | John MacFarlane | 1 | -0/+8 |
2021-11-24 | LaTeX reader: Fix semantics of `\ref`. | John MacFarlane | 1 | -1/+1 |
2021-11-24 | LaTeX reader: omit visible content for `\label{...}`. | John MacFarlane | 1 | -3/+1 |
2021-11-24 | HTML reader: parse attributes on links and images. | John MacFarlane | 2 | -2/+14 |
2021-11-23 | Improve detection of pipe table line widths. | John MacFarlane | 1 | -0/+28 |
2021-11-20 | Capture `alt-text` in JATS figures (#7703) | Albert Krewinkel | 1 | -0/+18 |
2021-11-19 | MediaWiki writer: fix code for generating spans for header IDs. | John MacFarlane | 1 | -2/+2 |
2021-11-19 | HTML writer: Don't create invalid `data-` attribute... | John MacFarlane | 1 | -0/+6 |
2021-11-18 | MediaWiki writer: use HTML spans for anchors when header has id. | John MacFarlane | 1 | -0/+27 |
2021-11-15 | Markdown writer: don't create autolinks when this loses information. | John MacFarlane | 1 | -0/+13 |
2021-11-15 | LaTeX reader: add rudimentary support for `\autoref` (#7693) | Albert Krewinkel | 1 | -0/+18 |
2021-11-08 | Properly handle commented lines in BibTeX/BibLaTeX. | John MacFarlane | 1 | -0/+36 |
2021-11-07 | LaTeX reader: add 'uri' class when parsing `\url`. | John MacFarlane | 2 | -3/+3 |
2021-10-27 | Switch back from HsYAML to yaml. | John MacFarlane | 5 | -11/+9 |
2021-10-22 | Org reader: allow an initial :PROPERTIES: drawer to add to metadata. | John MacFarlane | 1 | -0/+22 |
2021-10-20 | Markdown reader: don't parse links or bracketed spans as citations. | John MacFarlane | 1 | -0/+66 |
2021-10-13 | Fix markdown parsing bug for math in bracketed spans and links. | John MacFarlane | 1 | -0/+12 |
2021-10-10 | LaTeX reader: Properly handle `\^` followed by group closing. | John MacFarlane | 1 | -0/+6 |
2021-09-29 | Further test updates for switch to pretty-show. | John MacFarlane | 12 | -114/+114 |
2021-09-28 | Switch from pretty-simple to pretty-show for native output. | John MacFarlane | 176 | -4414/+4580 |
2021-09-23 | BibTeX parser: fix expansion of special strings in series... | John MacFarlane | 3 | -3/+3 |
2021-09-23 | HTML reader: handle empty tbody element in table. | John MacFarlane | 1 | -0/+73 |
2021-09-21 | Use pretty-simple to format native output. | John MacFarlane | 189 | -1321/+5146 |
2021-09-21 | Add missing `%` on command tests. | John MacFarlane | 35 | -52/+51 |
2021-09-17 | Org writer: don't indent contents of code blocks. | John MacFarlane | 1 | -4/+4 |
2021-09-16 | Fix code blocks using `--preserve-tabs`. | John MacFarlane | 1 | -0/+11 |
2021-09-13 | RST reader: handle escaped colons in reference definitions. | John MacFarlane | 1 | -0/+11 |
2021-09-10 | Fix command test for #7557. | John MacFarlane | 1 | -1/+1 |
2021-09-10 | Org reader: don't parse a list as first item in a list item. | John MacFarlane | 1 | -0/+7 |
2021-09-10 | Support `--reference-location` for HTML output (#7461) | Francesco Mazzoli | 2 | -2/+2 |
2021-08-29 | Improve asciidoc escaping for `--` in URLs. Closes #7529. | John MacFarlane | 1 | -0/+7 |
2021-08-24 | Fix test for #7521. | John MacFarlane | 1 | -2/+2 |
2021-08-23 | Markdown reader: fix interaction of --strip-comments and list | John MacFarlane | 1 | -0/+11 |
2021-08-21 | LaTeX-parser: restrict \endinput to current file | Simon Schuster | 2 | -0/+17 |
2021-08-20 | RST reader: Fix `:literal:` includes. | John MacFarlane | 1 | -1/+1 |
2021-08-17 | Revise citeproc code to fit new citeproc 0.5 API. | John MacFarlane | 4 | -8/+8 |
2021-08-15 | Remove misleading description from command/citeproc-87 test. | John MacFarlane | 1 | -5/+2 |
2021-08-13 | Convert Quoted in bib entries to special Spans... | John MacFarlane | 1 | -0/+42 |
2021-08-13 | Citeproc: avoid odd handling of quotes. | John MacFarlane | 1 | -0/+16 |