Age | Commit message (Expand) | Author | Files | Lines |
2021-12-29 | LaTeX->HTML: Automatically generate the TOC | Igor Pashev | 1 | -3/+14 |
2021-12-28 | OpenDocument writer: fix vertical align bug with display math. | John MacFarlane | 1 | -1/+1 |
2021-12-22 | RTF writer: properly handle images in data URIs. | John MacFarlane | 1 | -2/+3 |
2021-12-22 | HTML writer: make line breaks more consistent. | John MacFarlane | 1 | -60/+59 |
2021-12-22 | Add text wrapping to HTML output. | John MacFarlane | 2 | -49/+197 |
2021-12-19 | Add a writer for Markua 0.10 (#7729) | binaarinen | 3 | -70/+207 |
2021-12-14 | Org writer: use the citation locator list from the org source code... | John MacFarlane | 1 | -13/+61 |
2021-12-14 | Markdown writer: avoid extra space before citation suffix... | John MacFarlane | 1 | -2/+4 |
2021-12-14 | Markdown writer: ensure semicolon btw locator and next citation... | John MacFarlane | 1 | -1/+5 |
2021-12-13 | Org writer: add tests for org-cite citations, and improve support. | John MacFarlane | 1 | -4/+28 |
2021-12-12 | Org writer: preliminary support for new org-cite syntax. | John MacFarlane | 1 | -1/+21 |
2021-12-09 | ipynb writer: handle cell output with raw block of markdown (#7563) | Kolen Cheung | 1 | -0/+2 |
2021-12-08 | Ipynb writer: ensure deterministic order of keys. | John MacFarlane | 1 | -1/+1 |
2021-12-06 | Ipynb reader & writer: properly handle cell "id". | John MacFarlane | 1 | -15/+43 |
2021-12-06 | Ms writer: properly encode strings for PDF contents. | John MacFarlane | 1 | -2/+19 |
2021-12-05 | Commonmark writer: allow ')' delimiters on ordered lists. | John MacFarlane | 1 | -1/+6 |
2021-12-03 | Improve Markdown writer escaping. | John MacFarlane | 1 | -18/+19 |
2021-11-19 | Remove unused line. | John MacFarlane | 1 | -1/+0 |
2021-11-19 | MediaWiki writer: fix code for generating spans for header IDs. | John MacFarlane | 1 | -1/+1 |
2021-11-19 | HTML writer: Don't create invalid `data-` attribute... | John MacFarlane | 1 | -0/+1 |
2021-11-18 | MediaWiki writer: use HTML spans for anchors when header has id. | John MacFarlane | 1 | -2/+8 |
2021-11-17 | Babel mappings: use ancientgreek for grc. | John MacFarlane | 1 | -1/+1 |
2021-11-15 | Markdown writer: don't create autolinks when this loses information. | John MacFarlane | 1 | -1/+4 |
2021-11-12 | JATS writer: ensure figures are wrapped with `<p>` in list items. | Albert Krewinkel | 1 | -0/+1 |
2021-11-12 | JATS writer: add URL to element citation entries | Albert Krewinkel | 1 | -0/+1 |
2021-11-11 | Writers.Shared: Improve toLegacyTable. | Christian Despres | 1 | -1/+1 |
2021-11-08 | With `-t latex-smart`, don't generate `\ldots` from ellipsis. | John MacFarlane | 1 | -1/+1 |
2021-11-04 | Allow `plain` to be used in raw attribute syntax. | John MacFarlane | 2 | -2/+4 |
2021-10-29 | Docx writer: move ": " out of the caption bookmark. | Tristan Stenner | 2 | -6/+4 |
2021-10-27 | Markdown writer: Be sure to quote special values in YAML metadata. | John MacFarlane | 1 | -3/+13 |
2021-10-22 | Use simpleFigure in Readers. | Aner Lucero | 19 | -66/+43 |
2021-10-22 | Switch to hslua-2.0 | Albert Krewinkel | 1 | -72/+82 |
2021-10-17 | pptx: Line up continuation paragraphs | Emily Bourke | 2 | -10/+93 |
2021-10-17 | pptx: Remove outdated comment | Emily Bourke | 1 | -3/+0 |
2021-10-17 | pptx: Fix list level numbering | Emily Bourke | 1 | -14/+17 |
2021-10-14 | asciidoc writer: translate numberLines attribute to linesnum switch | Samuel Tardieu | 1 | -2/+5 |
2021-10-12 | Revert "Depend on pandoc-types 1.23, remove Null constructor on Block." | John MacFarlane | 28 | -1/+36 |
2021-10-11 | T.P.Writers.Shared: remove 'breakable'... | John MacFarlane | 1 | -18/+0 |
2021-10-11 | T.P.Writers.Shared: Export splitSentences as a Doc Text transform. | John MacFarlane | 3 | -16/+61 |
2021-10-11 | Remove splitSentences from T.P.Shared [API change]. | John MacFarlane | 2 | -6/+4 |
2021-10-05 | Avoid bad wraps in markdown writer at the Doc Text level. | John MacFarlane | 1 | -22/+23 |
2021-10-04 | Powerpoint writer: consolidate text runs when possible. | John MacFarlane | 2 | -4/+9 |
2021-10-04 | Revert "Powerpoint writer: consolidate text run nodes." | John MacFarlane | 1 | -9/+1 |
2021-10-04 | Powerpoint writer: consolidate text run nodes. | John MacFarlane | 1 | -1/+9 |
2021-10-01 | Depend on pandoc-types 1.23, remove Null constructor on Block. | John MacFarlane | 28 | -36/+1 |
2021-09-30 | epub: Add EPUB3 subject metadata (authority/term) | nuew | 1 | -10/+31 |
2021-09-29 | EPUB writer: treat epub:type "frontispiece" as front matter. | John MacFarlane | 1 | -1/+1 |
2021-09-28 | Switch from pretty-simple to pretty-show for native output. | John MacFarlane | 1 | -12/+8 |
2021-09-26 | RST writer: properly handle anchors to ids... | John MacFarlane | 1 | -1/+6 |
2021-09-23 | HTML writer: render `\ref` and `\eqref` as inline math... | John MacFarlane | 1 | -8/+11 |