Age | Commit message (Expand) | Author | Files | Lines |
2022-01-16 | LaTeX: parse thebibliographyHEADmaster | Igor Pashev | 3 | -0/+89 |
2021-12-29 | Update the tests | Igor Pashev | 2 | -6/+9 |
2021-12-29 | LaTeX->HTML: Automatically generate the TOC | Igor Pashev | 1 | -3/+14 |
2021-12-29 | Merge https://github.com/jgm/pandoc | Igor Pashev | 736 | -18687/+74105 |
2021-12-28 | Use `splitDirectories` istead of `splitPath`. | John MacFarlane | 2 | -2/+2 |
2021-12-28 | OpenDocument writer: fix vertical align bug with display math. | John MacFarlane | 3 | -3/+3 |
2021-12-28 | doc/lua-filters.md: improve documentation of `make_sections` | Albert Krewinkel | 1 | -1/+13 |
2021-12-25 | Lua: improve handling of empty caption, body by `from_simple_table` | Albert Krewinkel | 2 | -2/+29 |
2021-12-23 | JATS template: fix position of contrib affiliations in authoring set | Albert Krewinkel | 2 | -4/+4 |
2021-12-23 | Lua: use released pandoc-lua-marshal-0.1.3. | Albert Krewinkel | 3 | -7/+17 |
2021-12-23 | JATS templates: fix affiliation tagging in articleauthoring output | Albert Krewinkel | 4 | -29/+47 |
2021-12-23 | JATS templates: add support for article subtitles | Albert Krewinkel | 3 | -0/+17 |
2021-12-22 | Add markua test files to extra-source-files. | John MacFarlane | 1 | -0/+2 |
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 | 5 | -121/+208 |
2021-12-22 | Add text wrapping to HTML output. | John MacFarlane | 41 | -172/+475 |
2021-12-21 | Lua: simplify code of pandoc.utils.stringify | Albert Krewinkel | 2 | -44/+25 |
2021-12-21 | Lua tests: add more tests for `pandoc.utils.stringify`. | Albert Krewinkel | 1 | -2/+45 |
2021-12-21 | Lua: simplify and deprecate function `pandoc.utils.equals` | Albert Krewinkel | 4 | -20/+26 |
2021-12-21 | Lua: add tests for pandoc.utils.equals | Albert Krewinkel | 1 | -0/+40 |
2021-12-21 | Put sourcepos attribute on header, not enclosing div... | John MacFarlane | 2 | -0/+9 |
2021-12-21 | Lua: add new library function `pandoc.utils.type`. | Albert Krewinkel | 3 | -1/+87 |
2021-12-21 | Lua: fix return types of `blocks_to_inlines`, `make_sections` | Albert Krewinkel | 1 | -2/+2 |
2021-12-20 | Lua: use more natural representation for Reference values | Albert Krewinkel | 3 | -7/+38 |
2021-12-19 | Custom writer: assign default Pandoc object to global PANDOC_DOCUMENT | Albert Krewinkel | 1 | -9/+3 |
2021-12-19 | Add a writer for Markua 0.10 (#7729) | binaarinen | 15 | -70/+1043 |
2021-12-19 | JATS writer: keep quotes in element-citations | Albert Krewinkel | 1 | -5/+5 |
2021-12-19 | doc/lua-filters: numbers are now accepted as MetaValue | Albert Krewinkel | 1 | -1/+1 |
2021-12-19 | Lua: fixup, should have been part of previous commit | Albert Krewinkel | 2 | -3/+6 |
2021-12-19 | Lua: change representation of TableHead, TableFoot, and Row values. | Albert Krewinkel | 3 | -17/+80 |
2021-12-18 | Citeproc: avoid adding comma before an author-in-text citation... | John MacFarlane | 2 | -8/+49 |
2021-12-18 | Improve 'make check'. | John MacFarlane | 2 | -10/+15 |
2021-12-18 | Use latest doctemplates, commonmark-extensions in stack.yaml. | John MacFarlane | 1 | -2/+2 |
2021-12-17 | Lua: add function `pandoc.utils.references` | Albert Krewinkel | 4 | -0/+148 |
2021-12-15 | T.P.Citeproc: do not export getStyle, getCiteprocLang. | John MacFarlane | 1 | -2/+0 |
2021-12-14 | Use dev texmath. | John MacFarlane | 2 | -5/+6 |
2021-12-14 | Org writer: use the citation locator list from the org source code... | John MacFarlane | 1 | -13/+61 |
2021-12-14 | Org reader: parse official org-cite citations. | John MacFarlane | 3 | -44/+218 |
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-14 | Org reader: remove support for "Berkeley style" citations. | John MacFarlane | 2 | -192/+42 |
2021-12-14 | doc/lua-filters.md: add docs for `Cell` constructor | Albert Krewinkel | 1 | -4/+31 |
2021-12-13 | Org writer: add tests for org-cite citations, and improve support. | John MacFarlane | 2 | -4/+72 |
2021-12-13 | Markdown reader: fix parsing of "bare locators"... | John MacFarlane | 1 | -1/+1 |
2021-12-13 | Citeproc changes: | John MacFarlane | 2 | -41/+53 |
2021-12-13 | doc/lua-filters.md: update description of walk methods, fix typos | Albert Krewinkel | 1 | -18/+23 |
2021-12-13 | Lua: support topdown traversals | Albert Krewinkel | 4 | -4/+55 |
2021-12-12 | Org writer: preliminary support for new org-cite syntax. | John MacFarlane | 1 | -1/+21 |
2021-12-11 | fix(IpynbOutput)!: rank always favors output format | Kolen Cheung | 5 | -7/+82 |
2021-12-11 | Custom reader: ensure old Readers continue to work | Albert Krewinkel | 3 | -16/+55 |