Age | Commit message (Expand) | Author | Files | Lines |
2021-05-18 | Updaet changelog. | John MacFarlane | 1 | -7/+80 |
2021-05-18 | LaTeX writer: separate successive quote chars with thin space | Albert Krewinkel | 2 | -2/+13 |
2021-05-17 | LaTeX template: improve treatment of CSL entry-spacing. | John MacFarlane | 1 | -3/+3 |
2021-05-17 | Citeproc: ensure that CSL-related attributes are passed on... | John MacFarlane | 1 | -1/+1 |
2021-05-17 | HTML writer: keep attributes from code nested below pre tag. | Albert Krewinkel | 2 | -1/+23 |
2021-05-17 | HTML writer: ensure headings only have valid attribs in HTML4 | Albert Krewinkel | 2 | -54/+71 |
2021-05-17 | ConTeXt writer: use span identifiers as reference anchors. | Albert Krewinkel | 2 | -2/+9 |
2021-05-17 | ConTeXt writer tests: keep code lines below 80 chars. | Albert Krewinkel | 1 | -113/+119 |
2021-05-16 | LaTeX template: move title, author, date up to top of preamble. | John MacFarlane | 5 | -42/+42 |
2021-05-16 | LaTeX template: define commands for zero width non-joiner character | Albert Krewinkel | 4 | -6/+26 |
2021-05-16 | Markdown writer: fewer unneeded escapes for `#`. | John MacFarlane | 6 | -7/+16 |
2021-05-16 | Markdown writer: improve escaping of `@`. | John MacFarlane | 1 | -1/+1 |
2021-05-15 | Fix .editorconfig so Emacs can open zip archives and docx again. | John MacFarlane | 1 | -0/+8 |
2021-05-15 | Docx writer: copy over more settings from referenc.odcx. | John MacFarlane | 34 | -1/+16 |
2021-05-15 | docx writer settings.xml: | John MacFarlane | 1 | -5/+5 |
2021-05-15 | docx writer: Remove rsids from settings.docx. | John MacFarlane | 34 | -11/+1 |
2021-05-15 | MANUAL: note that `institute` variable works for HTML-based slides. | John MacFarlane | 1 | -2/+5 |
2021-05-15 | HTML-based slide shows: add support for institute (#7289) | Thomas Hodgson | 5 | -1/+19 |
2021-05-15 | HTML writer: parse `<header>` as a Div | Albert Krewinkel | 2 | -5/+11 |
2021-05-14 | MANUAL: add info about YAML escape sequences, link to spec. | Albert Krewinkel | 1 | -4/+7 |
2021-05-14 | HTML reader: keep h1 tags as normal headers (#7274) | Albert Krewinkel | 2 | -6/+3 |
2021-05-14 | Update changelog. | John MacFarlane | 1 | -14/+35 |
2021-05-14 | Beamer writer: support exampleblock and alertblock. | John MacFarlane | 3 | -4/+51 |
2021-05-14 | changelog.md: fix Markdown, marking `<p>` as code. | Albert Krewinkel | 1 | -1/+1 |
2021-05-14 | LaTeX template: Move CSL macro defs before header-includes. | John MacFarlane | 1 | -25/+25 |
2021-05-14 | Docx writer: fix alignment for cells. | Albert Krewinkel | 1 | -14/+20 |
2021-05-14 | Docx writer: allow multirow table headers | Albert Krewinkel | 3 | -17/+25 |
2021-05-14 | HTML reader: don't fail on unmatched closing "script" tag. | Albert Krewinkel | 2 | -7/+16 |
2021-05-13 | Implement curly-brace syntax for Markdown citation keys. | John MacFarlane | 6 | -19/+56 |
2021-05-13 | Update manual date and man page. | John MacFarlane | 2 | -4/+39 |
2021-05-13 | Bump to 2.14 and update changelog. | John MacFarlane | 2 | -1/+227 |
2021-05-12 | Use released citeproc 0.4. | John MacFarlane | 2 | -12/+1 |
2021-05-12 | Use texmath 0.12.3. | John MacFarlane | 2 | -4/+2 |
2021-05-12 | Plain writer: handle superscript unicode minus. | John MacFarlane | 1 | -0/+1 |
2021-05-12 | Hande 'annote' field in bibtex/biblatex writer. | John MacFarlane | 2 | -0/+12 |
2021-05-12 | Fix source position reporting for YAML bibliographies. | John MacFarlane | 2 | -4/+6 |
2021-05-11 | Improve integration of settings from reference.docx. | John MacFarlane | 34 | -13/+14 |
2021-05-11 | T.P.XML.Light - add Eq, Ord instances... | John MacFarlane | 1 | -4/+4 |
2021-05-11 | LaTeX writer: better handling of line breaks in simple tables. | John MacFarlane | 2 | -3/+25 |
2021-05-10 | epub Writer: Fix belongs-to-collection XML id choice (#7267) | nuew | 1 | -3/+3 |
2021-05-10 | latex template: use non-starred names for xcolor color names. | John MacFarlane | 1 | -1/+1 |
2021-05-10 | CI: install numa library. | John MacFarlane | 1 | -0/+4 |
2021-05-09 | RST reader: seek include files in the directory... | John MacFarlane | 1 | -1/+3 |
2021-05-09 | Org reader: Resolve org includes relative to ... | John MacFarlane | 2 | -2/+5 |
2021-05-09 | Update doc/using-the-pandoc-api.md for new reader types. | John MacFarlane | 1 | -2/+15 |
2021-05-09 | RST reader: use `insertIncludedFile` from T.P.Parsing... | John MacFarlane | 1 | -58/+36 |
2021-05-09 | T.P.Parsing: improve include file functions. | John MacFarlane | 3 | -33/+34 |
2021-05-09 | Change reader types, allowing better tracking of source positions. | John MacFarlane | 46 | -617/+1025 |
2021-05-07 | ConTeXt writer: support blank lines in line blocks. | Albert Krewinkel | 1 | -2/+6 |
2021-05-05 | App: allow tabs expansion even if file-scope is used | Albert Krewinkel | 2 | -7/+22 |