Age | Commit message (Expand) | Author | Files | Lines |
2020-01-05 | Bump to 2.9.1.1, update manual. | John MacFarlane | 3 | -3/+6 |
2020-01-05 | Fix regression in beamer slide structure with certain slide levels. | John MacFarlane | 2 | -8/+60 |
2020-01-05 | Fix revealjs slide structure regression with certain slide levels. | John MacFarlane | 2 | -6/+43 |
2020-01-04 | Added a needed pragma. | John MacFarlane | 1 | -0/+1 |
2020-01-04 | Add type annotations to assist ghci. | John MacFarlane | 4 | -7/+13 |
2020-01-04 | Remove unneeded import. | John MacFarlane | 1 | -1/+1 |
2020-01-04 | HTML writer: Add newlines to make slide show output more readable. | John MacFarlane | 1 | -6/+8 |
2020-01-03 | PDF: fix runTeXProgram so that the input source is always overwritten. | John MacFarlane | 1 | -22/+23 |
2020-01-03 | Fix test/tables.org | Albert Krewinkel | 1 | -4/+4 |
2020-01-03 | Org writer: remove extra spaces from table cells | Albert Krewinkel | 2 | -30/+30 |
2020-01-01 | LaTeX writer: properly handle unnumbered headings level 4+. | John MacFarlane | 2 | -2/+2 |
2019-12-30 | BCP47: change getLang so it can handle block-level contents. | John MacFarlane | 1 | -3/+5 |
2019-12-30 | Update JATS dtd (#6020) | Arfon Smith | 3 | -10/+10 |
2019-12-27 | Fix parsing bug affected indented code after raw HTML. | John MacFarlane | 3 | -8/+47 |
2019-12-27 | Allow framebreaks for beamer's TOC (#6012) | Heiko Schlittermann | 1 | -1/+1 |
2019-12-27 | Add a needed try. | John MacFarlane | 1 | -2/+3 |
2019-12-26 | Use HTTPS in copyright message (#6010) | Felix Yan | 1 | -1/+1 |
2019-12-22 | Change date on changelog. | John MacFarlane | 1 | -1/+1 |
2019-12-22 | Macos release workflow: just copy pandoc.1 rather than regenerating. | John MacFarlane | 1 | -4/+1 |
2019-12-22 | trypandoc: add jira as input format. | John MacFarlane | 1 | -0/+1 |
2019-12-22 | Update changelog. | John MacFarlane | 1 | -2/+9 |
2019-12-22 | Ensure that later default file values for `variable` replace earlier ones. | John MacFarlane | 1 | -1/+3 |
2019-12-22 | Improve pandoc man page generation. | John MacFarlane | 5 | -14/+13 |
2019-12-22 | doc/lua-filters.md: replace metadata example with image centering (#6004) | Albert Krewinkel | 1 | -22/+23 |
2019-12-22 | Use alpine 3.10 in building linux binary. | John MacFarlane | 1 | -1/+1 |
2019-12-22 | changelog: combine entries for issue #5984. | Albert Krewinkel | 1 | -5/+4 |
2019-12-21 | Revert "linux release-candidate build: try setting LIBRARY_PATH." | John MacFarlane | 1 | -1/+0 |
2019-12-21 | linux release-candidate build: try setting LIBRARY_PATH. | John MacFarlane | 1 | -0/+1 |
2019-12-21 | HTML writer: more tweaks to avoid round-trip failures... | John MacFarlane | 1 | -2/+5 |
2019-12-21 | HTML reader tests: modify round-trip tests... | John MacFarlane | 1 | -0/+4 |
2019-12-21 | Update README.md. | John MacFarlane | 1 | -0/+3 |
2019-12-21 | Update man page and MANUAL date. | John MacFarlane | 2 | -4/+7 |
2019-12-21 | Update changelog. | John MacFarlane | 2 | -13/+50 |
2019-12-21 | Fix regression with --number-sections. | John MacFarlane | 1 | -2/+1 |
2019-12-20 | Added glsl mime type for WebGL maps (#6000) | Jared Lander | 1 | -0/+1 |
2019-12-20 | MANUAL: A bit clearer explanation for `--base-header-level`. | John MacFarlane | 1 | -2/+3 |
2019-12-20 | Jira writer: use jira-wiki-markup renderer | Albert Krewinkel | 3 | -412/+286 |
2019-12-19 | Org reader: report errors properly | Albert Krewinkel | 1 | -2/+1 |
2019-12-19 | Org reader: fix parsing problem for colons in headline | Albert Krewinkel | 3 | -11/+37 |
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 3 | -21/+27 |
2019-12-18 | pandoc.cabal: remove redundancies in extra-source-files | Albert Krewinkel | 1 | -3/+0 |
2019-12-17 | Add Jira to list of input formats in cabal description. | John MacFarlane | 1 | -2/+2 |
2019-12-17 | Add jira reader (#5913) | Albert Krewinkel | 10 | -0/+769 |
2019-12-17 | Adjust test to work with Windows (I hope). | John MacFarlane | 1 | -1/+1 |
2019-12-17 | Provisional changelog. | John MacFarlane | 1 | -1/+29 |
2019-12-17 | Bump to 2.9.1. | John MacFarlane | 1 | -1/+1 |
2019-12-17 | Improved --toc generation. | John MacFarlane | 4 | -9/+61 |
2019-12-17 | PDF: Ensure UTF8 when printing source in --verbose mode. | John MacFarlane | 1 | -1/+1 |
2019-12-17 | Templates: strip directory before trying to find partial in data files. | John MacFarlane | 1 | -3/+4 |
2019-12-17 | Improved makeSections so we don't get doubled attributes. | John MacFarlane | 4 | -18/+23 |