Age | Commit message (Expand) | Author | Files | Lines |
2019-02-09 | Fixed asciidoc display math in list contexts. | John MacFarlane | 3 | -19/+48 |
2019-02-09 | Asciidoctor writer sets the stem attribute if it contains latexmath | TG | 3 | -1/+11 |
2019-02-09 | Adds Asciidoctor sprcific writer and tests | TG | 9 | -16/+794 |
2019-02-09 | AsciiDoc Writer: DisplayMath as asciidoc latexmath block | TG | 3 | -3/+10 |
2019-02-09 | AsciiDoc writer: change bulletListLevel and orderedListLevel... | John MacFarlane | 1 | -4/+4 |
2019-02-08 | Improve tight/loose list handling. | John MacFarlane | 2 | -2/+24 |
2019-02-08 | Fix misleading code comment. | John MacFarlane | 1 | -2/+1 |
2019-02-08 | Make --metadata-file use pandoc-markdown (#5279) | Mauro Bieg | 1 | -1/+2 |
2019-02-08 | Small fix in lua-filters doc. | John MacFarlane | 1 | -1/+1 |
2019-02-08 | Use latest basement/foundation on 32bit windows. | John MacFarlane | 1 | -2/+3 |
2019-02-08 | Docx reader: fix paths in archive to prevent Windows failure | Jesse Rosenthal | 1 | -1/+6 |
2019-02-07 | Revert "Docx reader: Fix windows error" | Jesse Rosenthal | 1 | -2/+1 |
2019-02-07 | Docx reader: Fix windows error | Jesse Rosenthal | 1 | -1/+2 |
2019-02-07 | Use pandoc-citeproc-0.16.0.2 | John MacFarlane | 2 | -2/+2 |
2019-02-07 | Docx reader: Some code cleanup | Jesse Rosenthal | 1 | -15/+25 |
2019-02-07 | Docx reader: Extend dynamic xml location to detecting relationships | Jesse Rosenthal | 1 | -12/+19 |
2019-02-07 | data/pandoc.lua: re-export List and utils module | Albert Krewinkel | 2 | -1/+25 |
2019-02-06 | Docx reader: Tests for alternate document.xml | Jesse Rosenthal | 3 | -2/+9 |
2019-02-06 | Docx reader: Dynamically determine document.xml path. | Jesse Rosenthal | 1 | -3/+12 |
2019-02-06 | cabal.project - use released pandoc-citeproc (take 2). | John MacFarlane | 1 | -5/+4 |
2019-02-06 | cabal - prevent using basement 0.0.10 on 32-bit windows. | John MacFarlane | 1 | -1/+4 |
2019-02-06 | Remove PROVISIONAL from 2.6 changelog. | John MacFarlane | 1 | -1/+1 |
2019-02-06 | cabal.project - use released pandoc-citeproc. | John MacFarlane | 1 | -4/+4 |
2019-02-06 | stack.yaml - use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 |
2019-02-06 | Handle Word files generated by Microsoft Word Online. | John MacFarlane | 1 | -0/+2 |
2019-02-06 | Muse reader: test that block level markup does not break <verbatim> | Alexander Krotov | 1 | -0/+7 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 160 | -254/+700 |
2019-02-04 | More carefully groom ipynb default extensions. | John MacFarlane | 1 | -2/+18 |
2019-02-04 | Add `all_symbols_escapable` to githubMarkdownExtensions. | John MacFarlane | 1 | -1/+1 |
2019-02-04 | Markdown reader: add newline when parsing blocks in YAML. | John MacFarlane | 2 | -9/+22 |
2019-02-02 | ipynb reader: handle images referring to attachments. | John MacFarlane | 1 | -1/+9 |
2019-02-02 | HTML5 template: Add role with ARIA doc-toc for table of contents. | John MacFarlane | 1 | -1/+1 |
2019-02-02 | Update test for last commit. | John MacFarlane | 1 | -3/+3 |
2019-02-02 | HTML5 writer: implement WAI-ARIA roles for (end)notes. | John MacFarlane | 2 | -22/+35 |
2019-02-02 | Shared: withTempDir is no longer used in the codebase. | John MacFarlane | 1 | -0/+2 |
2019-02-02 | PDF: More conservative solution to #777. | John MacFarlane | 1 | -2/+11 |
2019-02-02 | PDF: use system temp dir and set TEXMFOUTPUT. | John MacFarlane | 1 | -8/+5 |
2019-02-02 | MIME: add WebP | Mauro Bieg | 1 | -0/+1 |
2019-02-01 | LaTeX writer: use right fold for escapeString. | John MacFarlane | 1 | -15/+13 |
2019-02-01 | LaTeX writer: code simplification in escaping. | John MacFarlane | 1 | -20/+21 |
2019-02-01 | Markdown writer: use markdown="1" when appropriate for Divs. | John MacFarlane | 1 | -0/+6 |
2019-02-01 | LaTeX writer: avoid `{}` after control sequences when escaping. | John MacFarlane | 4 | -32/+41 |
2019-02-01 | doc/lua-filters.md: fix docs for OrderedList items | Albert Krewinkel | 1 | -3/+1 |
2019-01-31 | LaTeX reader: don't let `\egroup` match `{`. | John MacFarlane | 2 | -3/+15 |
2019-01-31 | Tests: avoid calling findPandoc multiple times. | John MacFarlane | 3 | -194/+207 |
2019-01-31 | Old tests: remove need for temp files by using pipeProcess. | John MacFarlane | 1 | -16/+6 |
2019-01-31 | More improvements on lua-filters docs. | John MacFarlane | 1 | -342/+386 |
2019-01-30 | linux/Dockerfile : use default -O1 instead of -O2. | John MacFarlane | 1 | -1/+1 |
2019-01-30 | stack.yaml - use latest texmath. | John MacFarlane | 1 | -0/+1 |
2019-01-30 | Update manual. | John MacFarlane | 2 | -958/+1296 |